The DialogCancelEventArgs type exposes the following members.

Constructors

  Name Description
Public method DialogCancelEventArgs
Constructor. Initializes a new instance of the DialogCancelEventArgs class.

Properties

  Name Description
Public property Cancel
Gets or sets a value indicating whether the event should be canceled.
Public property Event
Gets original DomEvent that was raised.
(Inherited from DialogEventArgs.)

See Also