CancelEventArgs Class |
Namespace: CoronaLabs.WinRT
The CancelEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | CancelEventArgs | Creates a new event arguments object with the Cancel property defaulted to false. |
Name | Description | |
---|---|---|
![]() | Equals | (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.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | Cancel | Gets or sets whether or not the event's associated operation should be canceled. |