DefaultEventAttribute.TargetType Property
Gets the type that the DefaultEventAttribute applies to.
Namespace: Microsoft.Xaml.Interactivity
Assembly: Microsoft.Xaml.Interactivity (in Microsoft.Xaml.Interactivity.dll)
Syntax
'Declaration
Public ReadOnly Property TargetType As Type
public Type TargetType { get; }
public:
property Type^ TargetType {
Type^ get ();
}
member TargetType : Type with get
function get TargetType () : Type
Property Value
Type: System.Type
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.