Class SfRichTextBoxAdv.FileLoadingFailedEventHandler
Event handler for file load failed.
Inheritance
System.Object
SfRichTextBoxAdv.FileLoadingFailedEventHandler
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class FileLoadingFailedEventHandler : MulticastDelegate
Constructors
FileLoadingFailedEventHandler(Object, IntPtr)
Declaration
public FileLoadingFailedEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, FileLoadingFailedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object obj, FileLoadingFailedEventArgs args, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, FileLoadingFailedEventArgs)
Declaration
public virtual void Invoke(object obj, FileLoadingFailedEventArgs args)
Parameters