Class BaseControlHandler
Contains methods and properties which help to implement custom control handler.
public abstract class BaseControlHandler : DisposableObject, IBaseObject, IDisposableObject, IDisposable
- Inheritance
-
BaseControlHandler
- Implements
- Derived
Properties
- IsAttached
Gets a value indicating whether this object is attached to a Control.
Methods
- Attach(Control)
Attaches this handler to the specified Control.
- 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.