ColorPickEditBase.ColorPickDialogClosed Event
Fires after the “Select Color” dialog has been closed.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
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