5 namespace SiliconStudio.
Paradox.UI.Events
15 public bool Handled {
get; set; }
21 protected bool IsBeingRouted {
get;
private set; }
29 get {
return routedEvent; }
33 throw new InvalidOperationException(
"The routed event cannot be changed while the event is being routed.");
45 get {
return source; }
49 throw new InvalidOperationException(
"The routed event cannot be changed while the event is being routed.");
58 internal void StartEventRouting()
66 internal void EndEventRouting()
68 IsBeingRouted =
false;
97 :this(routedEvent, null)
RoutedEventArgs(RoutedEvent routedEvent, UIElement source)
Initializes a new instance of the RoutedEventArgs class, using the supplied routed event identifier...
Provides a base class for all the User Interface elements in Paradox applications.
Contains state information and event data associated with a routed event.
Represents and identifies a routed event and declares its characteristics.
RoutedEventArgs()
Initializes a new instance of the RoutedEventArgs class.
RoutedEventArgs(RoutedEvent routedEvent)
Initializes a new instance of the RoutedEventArgs class, using the supplied routed event identifier...