Search
CancelEventArgs Members
Constructors Properties
 


Provides a value to use with cancellable events.

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

 Public Constructors

  Name Description

CancelEventArgs

Initializes a new instance of the CancelEventArgs class.

 Public Properties

  Name Description

cancel

Gets or sets a value indicating whether to allow the current operation.

handled

Gets or sets a value indicating whether the event has been handled. (Inherited from EventArgs.)

 See Also