Gets the Xrm context.
The Xrm context
Gets save-event arguments.
Gets a reference to the current form context
The form context
Generic type parameter.
The key.
The shared variable.
Gets the shared variable with the specified key.
Gets the shared variable with the specified key. Used to pass values between handlers of an event.
Generic type parameter.
The key.
The value.
Sets a shared variable.
Sets the shared variable with the specified key. Used to pass values between handlers of an event.
Generated using TypeDoc
Synchronous Form OnSave event context. In the API documentation, this is sometimes referred to as the executionContext. Asynchronous version see SaveEventContextAsync
See