Skip to main content

PictureEdit.ImageEditorDialogClosed Event

Fires when the Image Editor dialog is closed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Events")]
public event ImageEditorDialogClosedEventHandler ImageEditorDialogClosed

Event Data

The ImageEditorDialogClosed event's data class is DevExpress.XtraEditors.ImageEditor.ImageEditorDialogClosedEventArgs.

Remarks

The ImageEditorDialogClosed event allows you to perform actions when the Image Editor dialog is closed.

image

The event’s Image parameter specifies the result of edit operations an end-user performed in the dialog. If no modifications were done, this parameter returns the original image.

The IsImageModified parameter returns whether an end-user has modified the original image in the dialog and accepted these modifications (clicked the Save button).

The PictureEdit.ImageEditorDialogClosed and RepositoryItemPictureEdit.ImageEditorDialogClosed events are equivalent.

See Also