Table of Contents

Interface IComponentDesigner

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

Connects Control and visual designer.

public interface IComponentDesigner

Methods

RaiseCreated(object)

Notifiers designer when control was created.

RaiseDisposed(object)

Notifiers designer when control was disposed.

RaiseGotFocus(object)

Notifiers designer when control got focus.

RaiseMouseLeftButtonDown(object, MouseEventArgs)

Notifiers designer when the left mouse button was pressed on the control.

RaiseParentChanged(object)

Notifiers designer when control's parent was changed.

RaisePropertyChanged(object?, string?)

Notifies designer about property change.

Events

ControlCreated

Occurs when the control created.

ControlDisposed

Occurs when the control disposed.

ControlGotFocus

Occurs when the control receives focus.

ControlParentChanged

Occurs when the control's parent was changed.

MouseLeftButtonDown

Occurs when the left mouse button was pressed on the control

PropertyChanged

Occurs when the property value changes.