Event InitDefaults
Occurs each time when new control is created.
public event EventHandler? InitDefaults
Returns
- EventHandler
- Occurs each time when new control is created.
Remarks
In the InitDefaults event handler you can implement custom control initialization. Use GetDefaults(ControlTypeId) to get defaults for the specific control on the current platform.