Delegate FileExplorer.FileExplorerEventHandler
Assembly: Syncfusion.EJ.Web.dll
Syntax
public delegate void FileExplorerEventHandler(object sender, FileExplorerEventArgs e);
Parameters
Constructors
FileExplorerEventHandler(Object, IntPtr)
Declaration
public FileExplorerEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, FileExplorerEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, FileExplorerEventArgs e, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
FileExplorerEventArgs |
e |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, FileExplorerEventArgs)
Declaration
public virtual void Invoke(object sender, FileExplorerEventArgs e)
Parameters