ClientOperationEvents.OnClientOperation Event
Parent Object: ClientOperationEventsDescription
Event that is fired when FireOnClientOperation method is called.
Syntax
ClientOperationEvents.OnClientOperation( ClientId As String, OperationName As String, BeforeOrAfter As EventTimingEnum, Context As NameValueMap, HandlingCode As HandlingCodeEnum )Parameters
Name | Type | Description |
ClientId | String | Input String value that indicates the application addin’s client ID. |
OperationName | String | Input String value that specifies the client operation name. This can be something like “Login”, “Logout” etc.. |
BeforeOrAfter | EventTimingEnum | Input EventTimingEnum that indicates if this event is fired just before or after a client operation. |
Context | NameValueMap | Input NameValueMap object that can be used to determine the context of why the event fired. . This argument provides additional information as described below: Name = “CommandName”. Value = String that specifies the command name(ControlDefinition.InternalName) that is executed as the client operation. This can not be provided if there is not a ControlDefinition is executed for the client operation. |
HandlingCode | HandlingCodeEnum | Output HandlingCodeEnum that indicates how you are handling the event..
The following three values are supported:
|