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.UI.Xaml.DependencyProperty
|
Properties
HandlerType
Declaration
public Type HandlerType { get; }
Property Value
|
System.Type
|
Name
Declaration
public string Name { get; }
Property Value
|
System.String
|
OwnerType
Declaration
public Type OwnerType { get; }
Property Value
|
System.Type
|
RoutingStrategy
Methods
AddOwner(Type)
Declaration
public RoutedEvent AddOwner(Type ownerType)
Parameters
|
System.Type
ownerType
|
Returns
|
RoutedEvent
|
GetLogicalParent(DependencyObject)
Declaration
public static DependencyObject GetLogicalParent(DependencyObject obj)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
obj
|
Returns
|
Microsoft.UI.Xaml.DependencyObject
|
SetLogicalParent(DependencyObject, DependencyObject)
Declaration
public static void SetLogicalParent(DependencyObject obj, DependencyObject value)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
obj
|
|
Microsoft.UI.Xaml.DependencyObject
value
|
ToString()
Declaration
public override string ToString()
Returns
|
System.String
|