[This is preliminary documentation and is subject to change.]

The CancelMessageEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodCancelMessageEventArgs
Initializes a new instance of the CancelMessageEventArgs class

Properties

  NameDescription
Public propertyCancel
Gets or sets a value indicating whether the event should be canceled.
(Inherited from CancelEventArgs.)
Public propertyCancelMessage
Human readabele cancel reason reported to source of the event"

See Also