windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitempictureedit-6172bf74.md
Allows you to execute actions when a user saves the current image via the control’s context menu. You can handle this event to perform image preprocessing or to save the image to a custom image format.
Namespace : DevExpress.XtraEditors.Repository
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DXCategory("Events")]
public event ImageSaveEventHandler ImageSaving
<DXCategory("Events")>
Public Event ImageSaving As ImageSaveEventHandler
The ImageSaving event's data class is DevExpress.XtraEditors.Repository.SaveLoadImageEventArgs.
The ImageSaving event fires after the user confirms a file name in the ‘Save File’ dialog. This event has the following arguments:
See the RepositoryItemPictureEdit.ImageLoading topic for more information.
See Also
RepositoryItemPictureEdit Class