This topic has not yet been rated - Rate this topic

SubmitEventArgs Class (Microsoft.Office.InfoPath)

Provides data for the Submit event.

Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in microsoft.office.infopath.dll)
'Declaration
Public MustInherit Class SubmitEventArgs
	Inherits EventArgs
'Usage
Dim instance As SubmitEventArgs

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.

System.Object
   System.EventArgs
    Microsoft.Office.InfoPath.SubmitEventArgs
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.