Skip to main content
A newer version of this page is available. .

RepositoryItemPictureEdit.LoadCompleted Event

Fires when an asynchronous image load operation is completed, been canceled, or raised an exception.

Namespace: DevExpress.XtraEditors.Repository

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

This event is equivalent to the PictureEdit.LoadCompleted event.

See Also