Interface
INotifyLayoutChange

Notifies client when starts and finishes updating the layout.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public interface INotifyLayoutChange

Properties

IsLayoutChanging

Gets a value indicating whether this instance is layout changing.

Declaration

cs-api-definition
bool IsLayoutChanging { get; }

Property Value

bool

True if this instance is layout changing; otherwise, false.

Events

LayoutChangeEnded

Occurs when the layout change is ended.

Declaration

cs-api-definition
event EventHandler LayoutChangeEnded

Event Value

EventHandler

LayoutChangeStarted

Occurs when the layout change is started.

Declaration

cs-api-definition
event EventHandler LayoutChangeStarted

Event Value

EventHandler