ComponentOne Basic Library for WPF and Silverlight
ExecutedRoutedEventHandler Delegate


C1.Silverlight Namespace : ExecutedRoutedEventHandler Delegate
The object where the event handler is attached.
The event data.
Represents the method that will handle the Executed and CommandBinding.PreviewExecuted events.
Syntax
'Declaration
 
Public Delegate Sub ExecutedRoutedEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As ExecutedRoutedEventArgs _
) 
'Usage
 
Dim instance As New ExecutedRoutedEventHandler(AddressOf HandlerMethod)
public delegate void ExecutedRoutedEventHandler( 
   System.object sender,
   ExecutedRoutedEventArgs e
)

Parameters

sender
The object where the event handler is attached.
e
The event data.
See Also

Reference

ExecutedRoutedEventHandler Members
C1.Silverlight Namespace