PopupImageEdit.ImageFailed Event
In This Article
Occurs if the PopupImageEdit.Source property is set to an invalid format or is specified to a URI that cannot be resolved.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Event Data
The ImageFailed event's data class is DevExpress.Xpf.Editors.ImageFailedEventArgs.
#Remarks
The ImageFailed event enables you to handle exceptions thrown in code called by setting the PopupImageEdit.Source property to an invalid source.
See Also