Show / Hide Table of Contents

Class EventRoute

Implements collection of route items for routed event

Inheritance
System.Object
EventRoute
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: EmptyKeys.UserInterface
Assembly: EmptyKeys.UserInterface.dll
Syntax
public sealed class EventRoute

Constructors

EventRoute()

Initializes a new instance of the EventRoute class.

Declaration
public EventRoute()

Methods

Add(Object, Delegate)

Adds the specified target.

Declaration
public void Add(object target, Delegate handler)
Parameters
Type Name Description
System.Object target

The target.

System.Delegate handler

The handler.

Back to top Generated by DocFX