Class RadRoutedEventHandler
Represents the delegate for handlers that receive routed events.
Inheritance
System.Object
RadRoutedEventHandler
Namespace: Telerik.Windows
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class RadRoutedEventHandler : MulticastDelegate
Constructors
RadRoutedEventHandler(Object, IntPtr)
Declaration
public RadRoutedEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, RadRoutedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, RadRoutedEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
RadRoutedEventArgs
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, RadRoutedEventArgs)
Declaration
public virtual void Invoke(object sender, RadRoutedEventArgs e)
Parameters
System.Object
sender
|
RadRoutedEventArgs
e
|