Class RadRoutedEventHandler
Inheritance
System.Object
RadRoutedEventHandler
Namespace: Telerik.UI.Xaml
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class RadRoutedEventHandler : MulticastDelegate
Constructors
RadRoutedEventHandler(Object, IntPtr)
Declaration
public RadRoutedEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, RadRoutedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, RadRoutedEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Rad
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, RadRoutedEventArgs)
Declaration
public virtual void Invoke(object sender, RadRoutedEventArgs e)
Parameters
System.
|
Rad
|