In This Topic

result Property (CustomActionEventArgs)

In This Topic
Specifies the result object that will be transfered to the client.
Syntax
'Declaration
 
Public Property result As Object
public object result {get; set;}
See Also