Table of Contents

Event InitDefaults

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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.