DateTimeEditors for WinRT
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 _
) 
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.Xaml Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback