InterfaceINotifyLayoutChange
Interface
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
True if this instance is layout changing; otherwise, false.
Events
LayoutChangeEnded
Occurs when the layout change is ended.
LayoutChangeStarted
Occurs when the layout change is started.