RoutedEvent::OwnerType Property
.NET Framework (current version)
Gets the registered owner type of the routed event.
Assembly: PresentationCore (in PresentationCore.dll)
This type can be any object type, not necessarily limited to DependencyObject. In cases of routed events that have owners added, this property will return the first declared owner.
The value of this property originates from the RegisterRoutedEvent method that defines a RoutedEvent. Specifically, the value of OwnerType is the ownerType parameter value that was passed to RegisterRoutedEvent.
.NET Framework
Available since 3.0
Available since 3.0
Show: