Contains the arguments passed to handlers of component-related events.
The following tables list the members exposed by the ComponentEventArgs type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Initializes a new instance of the ComponentEventArgs class. |
Public Properties| Name | Description | |
|---|---|---|
![]() |
Gets or sets the adjustment handle being moved by the user. (Inherited from NodeEventArgs.) |
|
![]() |
Gets the component for which the event was raised. |
|
![]() |
Gets or sets a NodeLabel related to this event. (Inherited from NodeEventArgs.) |
|
![]() |
Gets which mouse button has been pressed. (Inherited from NodeEventArgs.) |
|
![]() |
Gets or sets the current mouse pointer position. (Inherited from NodeEventArgs.) |
|
![]() |
Gets the node for which the event was raised. (Inherited from NodeEventArgs.) |
See Also