DelegateExecutedRoutedEventHandler
Delegate
Definition
Namespace:Telerik.WinForms.SyntaxEditor.Commands
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
cs-api-definition
public delegate void ExecutedRoutedEventHandler(object sender, ExecutedRoutedEventArgs e)
Constructors
Methods
BeginInvoke(object, ExecutedRoutedEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, ExecutedRoutedEventArgs 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, ExecutedRoutedEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, ExecutedRoutedEventArgs e)
Parameters
sender
e