Delegate RichTextBoxAdv.FileOpeningEventHandler
Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
Syntax
public delegate void FileOpeningEventHandler(object obj, FileOpeningEventArgs args);
Parameters
Constructors
FileOpeningEventHandler(Object, IntPtr)
Declaration
public FileOpeningEventHandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(Object, FileOpeningEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object obj, FileOpeningEventArgs args, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
| FileOpeningEventArgs |
args |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Invoke(Object, FileOpeningEventArgs)
Declaration
public virtual void Invoke(object obj, FileOpeningEventArgs args)
Parameters