RoutedCommand.OwnerType Property

Definition

Gets the type that is registered with the command.

public:
 property Type ^ OwnerType { Type ^ get(); };
public Type OwnerType { get; }
member this.OwnerType : Type
Public ReadOnly Property OwnerType As Type

Property Value

The type of the command owner.

Applies to