Class EventRoute
- Namespace
- GHIElectronics.Endpoint.UI
- Assembly
- GHIElectronics.Endpoint.UI.dll
public sealed class EventRoute
- Inheritance
-
EventRoute
- Inherited Members
Constructors
EventRoute(RoutedEvent)
public EventRoute(RoutedEvent routedEvent)
Parameters
routedEventRoutedEvent
Methods
Add(object, RoutedEventHandler, bool)
Adds this handler for the specified target to the route
public void Add(object target, RoutedEventHandler handler, bool handledEventsToo)
Parameters
targetobjectTarget object whose handler is to be added to the route
handlerRoutedEventHandlerHandler to be added to the route
handledEventsTooboolFlag indicating whether or not the listener wants to hear about events that have already been handled
Remarks
NOTE: It is not an error to add a handler for a particular target instance twice (handler will simply be called twice).