PictureEdit.LoadCompleted Event
In This Article
Fires when an asynchronous image load operation is completed, been canceled, or raised an exception.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Events")]
public event EventHandler LoadCompleted
#Event Data
The LoadCompleted event's data class is EventArgs.
#Remarks
An asynchronous image load operation is initiated by the PictureEdit.LoadAsync method.
See Also