Click or drag to resize

EntryFormExtensionOnFormInitialized Method

Raises after the form is initialized and controls are created.

Namespace:  EBP.Api.EntryForm
Assembly:  EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
protected virtual void OnFormInitialized()
Remarks
You can override this methods to subscribe to control events and add actions to control toolbars.
See Also