Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RepositoryItemPictureEdit.ImageEditorDialogClosed Event

Fires when the Image Editor dialog is closed.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.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.

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