LoadingEventArgs Members
Include Protected Members
Include Inherited Members
Provides data for the Loading event.
The LoadingEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LoadingEventArgs |
Top
Properties
Name | Description | |
---|---|---|
CancelableArgs | Gets a reference to the XmlFormCancelEventArgs object. | |
InputParameters | Gets an IDictionary that contains any input parameters specified by using the /InputParameters command-line option, query parameters in a URL, or the one of the NewFromFormTemplateWithInputParameters methods. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetDefaultView(String) | Sets the default view of the form by specifying the name of the view. | |
SetDefaultView(ViewInfo) | Sets the default view of the form by specifying a ViewInfo object. | |
ToString | (Inherited from Object.) |
Top