New to Telerik UI for WPFStart a free 30-day trial

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: RadDiagramPrintPreviewDialogDialogWindowBaseAutoHideAreaToolWindowFindDialogPasswordRequiredDialogSignSignatureDialogSignaturePropertiesDialogRadDockingRadOpenFileDialogRadOpenFolderDialogRadSaveFileDialogRadTabbedWindowRadVirtualKeyboardWindowRadWindowAddModifyChoiceDialogAddNewBibliographicSourceDialogChangeEditingPermissionsDialogCheckBoxPropertiesDialogCodeFormattingDialogContentControlsConfirmDialogDatePickerPropertiesDialogDropDownListPropertiesDialogEditCustomDictionaryDialogFindReplaceDialogFloatingBlockPropertiesDialogFontPropertiesDialogImageEditorDialogInsertCaptionDialogInsertCrossReferenceWindowInsertDateTimeDialogInsertTableDialogInsertTableOfContentsDialogLineNumberingDialogManageBibliographicSourcesDialogManageBookmarksDialogManageStylesDialogModifyMultiLevelListDialogModifyTableStyleBandingNewCaptionLabelDialogNotesDialogParagraphPropertiesDialogBasePicturePropertiesDialogPlainTextPropertiesDialogProtectDocumentDialogRadInsertHyperlinkDialogRadInsertSymbolDialogRadParagraphPropertiesDialogRadRichTextBoxWindowRepeatingSectionPropertiesDialogRichTextPropertiesDialogSectionColumnsDialogSectionColumnsDialogBaseSetNumberingValueDialogSpellCheckingDialogStyleFormattingPropertiesDialogTabStopsPropertiesDialogTableBordersDialogTablePropertiesDialogUnprotectDocumentDialogWatermarkSettingsDialogSchedulerWindowWindowBaseEditCustomDictionaryDialogSpellCheckAllAtOnceWindowSpellCheckWordByWordWindow...

Properties

Gets a value indicating whether this instance is layout changing.

C#
bool IsLayoutChanging { get; }
Property Value:

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