Class RoutedEvent
Represents a routed event. Routed events can be tunnel or bubble event according to the routed direction of the event.
Inheritance
System.Object
RoutedEvent
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class RoutedEvent
Properties
EventName
Gets or sets the event name.
Declaration
public string EventName { get; set; }
Property Value
System.String
|
OwnerType
Gets the owner's type.
Declaration
public Type OwnerType { get; }
Property Value
System.Type
|