The base class for CanExecuteRoutedEventArgs and ExecutedRoutedEventArgs classes. Provides some additional properties comparing to the RoutedEventArgs class.

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

Syntax

C#
public class C1RoutedEventArgs : RoutedEventArgs
Visual Basic
Public Class C1RoutedEventArgs _
	Inherits RoutedEventArgs

Inheritance Hierarchy

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

See Also