Class UpdateEventHandler
Represents a handler for the RadUploadItem's UpdateEventArgs.
Inheritance
System.Object
UpdateEventHandler
Namespace: Telerik.Windows.Controls.Upload.EventArguments
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class UpdateEventHandler : MulticastDelegate
Constructors
UpdateEventHandler(Object, IntPtr)
Declaration
public UpdateEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, UpdateEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, UpdateEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
UpdateEventArgs
e
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, UpdateEventArgs)
Declaration
public virtual void Invoke(object sender, UpdateEventArgs e)
Parameters
System.Object
sender
|
UpdateEventArgs
e
|