INotifyLayoutChange
Interface
Notifies client when starts and finishes updating the layout.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public interface INotifyLayoutChange
Derived Classes:
Properties
Gets a value indicating whether this instance is layout changing.
C#
bool IsLayoutChanging { get; }
True if this instance is layout changing; otherwise, false.
Events
Occurs when the layout change is ended.
C#
event EventHandler LayoutChangeEnded
Occurs when the layout change is started.
C#
event EventHandler LayoutChangeStarted