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

ColorPickEditBase.ColorPickDialogClosed Event

Fires after the “Select Color” dialog has been closed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Events")]
public event EventHandler<ColorPickDialogClosedEventArgs> ColorPickDialogClosed

Event Data

The ColorPickDialogClosed event's data class is DevExpress.XtraEditors.ColorPickDialogClosedEventArgs.

Remarks

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

See the RepositoryItemColorPickEdit.ColorPickDialogClosed topic for more information.

See Also