Provides data for the CanExecute and PreviewCanExecute routed events.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)

Syntax

C#
public sealed class CanExecuteRoutedEventArgs : C1RoutedEventArgs
Visual Basic
Public NotInheritable Class CanExecuteRoutedEventArgs _
	Inherits C1RoutedEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.Windows..::..RoutedEventArgs
      C1.Phone..::..C1RoutedEventArgs
        C1.Phone..::..CanExecuteRoutedEventArgs

See Also