XmlFormCancelEventArgs Members
Include Protected Members
Include Inherited Members
Provides data for the custom message that is displayed when canceling events raised by the form and its underlying XML document.
The XmlFormCancelEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
XmlFormCancelEventArgs |
Top
Properties
Name | Description | |
---|---|---|
Cancel | (Inherited from CancelEventArgs.) | |
Message | Gets or sets the short message that is displayed when the event is cancelled. | |
MessageDetails | Gets or sets the detailed message when the event is cancelled. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top