Back to Devexpress

PictureEdit.LoadCompleted Event

windowsforms-devexpress-dot-xtraeditors-dot-pictureedit-f202f44e.md

latest1.3 KB
Original Source

PictureEdit.LoadCompleted Event

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event EventHandler LoadCompleted
vb
<DXCategory("Events")>
Public Event LoadCompleted As EventHandler

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

LoadAsync(String)

PictureEdit Class

PictureEdit Members

DevExpress.XtraEditors Namespace