Skip to main content
A newer version of this page is available. .

CancelRoutedEventArgs Constructors

Base class that provides event data for various routed events that relate to an action that can be cancelled .
Name Parameters Description
CancelRoutedEventArgs() none Initializes a new instance of the CancelRoutedEventArgs class.
CancelRoutedEventArgs(RoutedEvent, Object) routedEvent, source Initializes a new instance of the CancelRoutedEventArgs class.
CancelRoutedEventArgs(RoutedEvent) routedEvent Initializes a new instance of the CancelRoutedEventArgs class.
See Also