The FormsUserActionEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FormsUserActionEventArgs |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Handled |
Gets or sets the value indicating whether the default handling of the user action
should take place. Set this property to True to cancel the default handling.
|
![]() | InputAction |
Gets the InputAction object that will handle the user action by default.
This parameter can be null if no action is associated with the specified user action.
|
![]() | InputControls |
Gets the InputControls object containing the input control which raises an event.
|
![]() | InputInfo |
Gets the InputInfoBase object corresponding to the input control which
causes an event.
|
![]() | UserAction |
Gets the user action (Click, MouseDown, MouseUp etc.).
|