Provides data for the Executed and PreviewExecuted routed events.

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

Syntax

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

Inheritance Hierarchy

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

See Also