DateTimeEditors for WinRT
CanExecuteRoutedEventHandler Delegate

The command target that is invoking the handler.
The event data.
Represents the method that will handle the CanExecute event.
Syntax
'Declaration
 
Public Delegate Sub CanExecuteRoutedEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As CanExecuteRoutedEventArgs _
) 
public delegate void CanExecuteRoutedEventHandler( 
   System.object sender,
   CanExecuteRoutedEventArgs e
)

Parameters

sender
The command target that is invoking the handler.
e
The event data.
See Also

Reference

CanExecuteRoutedEventHandler Members
C1.Xaml Namespace

 

 


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

Product Support Forum  |  Documentation Feedback