Class RoutedEvent
Inheritance
System.Object
RoutedEvent
Namespace: Telerik.UI.Xaml
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class RoutedEvent : Object
Fields
LogicalParentProperty
Declaration
public static readonly DependencyProperty LogicalParentProperty
Field Value
Microsoft.
|
Properties
HandlerType
Declaration
public Type HandlerType { get; }
Property Value
System.
|
Name
Declaration
public string Name { get; }
Property Value
System.
|
OwnerType
Declaration
public Type OwnerType { get; }
Property Value
System.
|
RoutingStrategy
Methods
AddOwner(Type)
Declaration
public RoutedEvent AddOwner(Type ownerType)
Parameters
System.
|
Returns
GetLogicalParent(DependencyObject)
Declaration
public static DependencyObject GetLogicalParent(DependencyObject obj)
Parameters
Microsoft.
|
Returns
Microsoft.
|
SetLogicalParent(DependencyObject, DependencyObject)
Declaration
public static void SetLogicalParent(DependencyObject obj, DependencyObject value)
Parameters
Microsoft.
|
Microsoft.
|
ToString()
Declaration
public override string ToString()
Returns
System.
|