Table of Contents

Class BaseControlHandler

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

Contains methods and properties which help to implement custom control handler.

public abstract class BaseControlHandler : DisposableObject, IBaseObject, IDisposableObject, IDisposable
Inheritance
BaseControlHandler
Implements
Derived

Properties

Control

Gets a Control this handler provides the implementation for.

IsAttached

Gets a value indicating whether this object is attached to a Control.

Methods

Attach(Control)

Attaches this handler to the specified Control.

Detach()

Detaches this handler from the Control it is attached to.

OnAttach()

Called after this handler has been attached to a Control.

OnDetach()

Called after this handler has been detached from the Control.

OnLayoutChanged()

This methods is called when the layout of the control changes.