Skip to main content
A newer version of this page is available. .

ColorPickEditBase.ColorPickDialogShowing Event

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

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