DelegateRadRoutedEventHandler
Delegate
Represents the delegate for handlers that receive routed events.
Definition
Namespace:Telerik.WinForms.SyntaxEditor
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
cs-api-definition
public delegate void RadRoutedEventHandler(object sender, RadRoutedEventArgs e)
Constructors
Methods
BeginInvoke(object, RadRoutedEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, RadRoutedEventArgs e, AsyncCallback callback, object @object)
Parameters
sender
e
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(object, RadRoutedEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, RadRoutedEventArgs e)
Parameters
sender
e