Share via


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

See Also

Reference

DefaultEventAttribute Class

Microsoft.Xaml.Interactivity Namespace