Version

EmbeddableMouseDownEventArgs Class Members

The following tables list the members exposed by EmbeddableMouseDownEventArgs.

Public Constructors
 NameDescription
Public ConstructorEmbeddableMouseDownEventArgs ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyEatMessageIndicates 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.  
Public PropertyElementTypeSpecifies what type of element was clicked. (Inherited from Infragistics.Win.EmbeddableClickEventArgs)
Public PropertyEmbeddableElementThe EmbeddableUIElementBase derived object. (Inherited from Infragistics.Win.EmbeddableClickEventArgs)
Public PropertyIsButtonReturns true if the element clicked on is a button. (Inherited from Infragistics.Win.EmbeddableClickEventArgs)
Public PropertyMouseArgsThe mouse arguments. (Inherited from Infragistics.Win.EmbeddableMouseEventArgs)
Public PropertyNotifyParentElementDetermines whether the parent element will receive a notification when the EmbeddableUIElementBase-derived element's OnMouseDown method is called.  
See Also