The following tables list the members exposed by EmbeddableMouseDownEventArgs.
| Name | Description | |
|---|---|---|
|  | EmbeddableMouseDownEventArgs Constructor | Overloaded. | 
| Name | Description | |
|---|---|---|
|  | EatMessage | Indicates whether to eat the message or not. When set to true, the EmbeddableUIElementBase-derived element will return true from its OnMouseDown method, causing default mouse processing to be bypassed for ancestor elements. | 
|  | ElementType | Specifies what type of element was clicked. (Inherited from Infragistics.Win.EmbeddableClickEventArgs) | 
|  | EmbeddableElement | The EmbeddableUIElementBase derived object. (Inherited from Infragistics.Win.EmbeddableClickEventArgs) | 
|  | IsButton | Returns true if the element clicked on is a button. (Inherited from Infragistics.Win.EmbeddableClickEventArgs) | 
|  | MouseArgs | The mouse arguments. (Inherited from Infragistics.Win.EmbeddableMouseEventArgs) | 
|  | NotifyParentElement | Determines whether the parent element will receive a notification when the EmbeddableUIElementBase-derived element's OnMouseDown method is called. |