Class RoutedCancelEventArgs
Provides data for a cancelable routed event.
public class RoutedCancelEventArgs : RoutedEventArgs
- Inheritance
-
RoutedCancelEventArgs
Constructors
- RoutedCancelEventArgs()
Initializes a new instance of the RoutedCancelEventArgs class.
- RoutedCancelEventArgs(RoutedEvent, object)
Initializes a new instance of the RoutedCancelEventArgs class.
Properties
- Cancel
Gets or sets a value indicating whether the event should be canceled.