suite4.net.FormDatabase Documentation

IWebLoaderEvent.Operation Property

Gets or sets the method or operation name to be called in handling the IWebLoaderEvent.

[Visual Basic]
Property Operation As String
[C#]
string Operation {get; set;}

Property Value

Depending on the value of WebLoaderEventType, this property returns the name of either a web service operation or a client-side JavaScript method.

Example

The value is the method name only, without parameters or parentheses, such as:

GetForm

See Also

IWebLoaderEvent Interface | suite4.net.FormDatabase Namespace