Class FileLoadingFailedEventArgs
Provides data for the FileLoadingFailed
event.
Inheritance
System.Object
FileLoadingFailedEventArgs
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class FileLoadingFailedEventArgs : EventArgs
Constructors
FileLoadingFailedEventArgs()
Initializes a new instance of the FileLoadingFailedEventArgs class.
Declaration
public FileLoadingFailedEventArgs()
Properties
Exception
Gets the Exception occured at file loading operation.
Declaration
public Exception Exception { get; }
Property Value
Type | Description |
---|---|
System.Exception | The Exception occured at file loading operation. |