Table of Contents

Method CreateHandler

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

CreateHandler()

Creates a handler for the control.

protected override IControlHandler CreateHandler()

Returns

IControlHandler

Remarks

You typically should not call the CreateHandler() method directly. The preferred method is to call the EnsureHandlerCreated() method, which forces a handler to be created for the control.