DefaultEventAttribute.EventName Property

Gets the event name to pass to the EventTriggerBehavior constructor.

Namespace:  Microsoft.Xaml.Interactivity
Assembly:  Microsoft.Xaml.Interactivity (in Microsoft.Xaml.Interactivity.dll)

Syntax

'Declaration
Public ReadOnly Property EventName As String
public string EventName { get; }
public:
property String^ EventName {
    String^ get ();
}
member EventName : string with get
function get EventName () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

DefaultEventAttribute Class

Microsoft.Xaml.Interactivity Namespace