Skip to main content

ColorPickEditBase.ColorPickDialogShowing Event

Fires when the “Select Color” dialog is about to be displayed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Events")]
public event EventHandler<ColorPickDialogShowingEventArgs> ColorPickDialogShowing

Event Data

The ColorPickDialogShowing event's data class is DevExpress.XtraEditors.ColorPickDialogShowingEventArgs.

Remarks

The editor’s ColorPickDialogShowing event is equivalent to the RepositoryItemColorPickEdit.ColorPickDialogShowing event available via the BaseEdit.Properties object, i.e., adding/removing an event handler for the current event actually affects the RepositoryItemColorPickEdit.ColorPickDialogShowing event.

See the RepositoryItemColorPickEdit.ColorPickDialogShowing topic for more information.

See Also