Table of Contents

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

routedEvent RoutedEvent

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

target object

Target object whose handler is to be added to the route

handler RoutedEventHandler

Handler to be added to the route

handledEventsToo bool

Flag 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).