Edit

Share via


SubmitEventArgs Class

Definition

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.

Applies to