Search
ComponentMouseEventArgs Members
Constructors Properties
 


Provides data to mouse-related component events.

The following tables list the members exposed by the ComponentMouseEventArgs type.

 Public Constructors

  Name Description

ComponentMouseEventArgs

Initializes a new instance of the ComponentMouseEventArgs class.

 Public Properties

  Name Description

Component

Gets the related component. (Inherited from ComponentEventArgs.)

MousePosition

Gets the position of the mouse, expressed in document coordinates.

ParentHost

Gets the host containing the component. (Inherited from ComponentEventArgs.)

 See Also