SubmitEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for the Submit event.
public ref class SubmitEventArgs abstract : EventArgs
public abstract class SubmitEventArgs : EventArgs
type SubmitEventArgs = class
inherit EventArgs
Public MustInherit Class SubmitEventArgs
Inherits EventArgs
- Inheritance
-
SubmitEventArgs
Remarks
The SubmitEventArgs object provides the CancelableArgs property for getting a reference to the XmlFormCancelEventArgs class which provides properties for cancelling the event and setting a custom message to display when the event is cancelled.
Constructors
SubmitEventArgs() |
Properties
CancelableArgs |
Gets a reference to the XmlFormCancelEventArgs object. |