Version

CustomizationDialogDisplaying Event

Occurs when the CustomizationDialog is about to be displayed.
Syntax
'Declaration
 
Public Event CustomizationDialogDisplaying As EventHandler(Of CustomizationDialogDisplayingEventArgs)
public event EventHandler<CustomizationDialogDisplayingEventArgs> CustomizationDialogDisplaying
Event Data

The event handler receives an argument of type CustomizationDialogDisplayingEventArgs containing data related to this event. The following CustomizationDialogDisplayingEventArgs properties provide information specific to this event.

PropertyDescription
AllowChangeDisplayStyle Gets or sets a value indicating whether the user can change the DisplayStyle via the dialog
AllowChangeMaxVisbleItems Gets or sets a value indicating whether the user can change the MaximumVisibleItems via the dialog
AllowReorder Gets or sets a value indicating whether the user can reorder the visible items via the dialog
Cancel (Inherited from System.ComponentModel.CancelEventArgs) 
PossibleDisplayStyleValues Gets or sets a value of flags indicating which DisplayStyles the user can selected via the dialog.
UseCustomFormBorders Gets or sets a value indicating whether the dialog is displayed using custom form borders
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also