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
- 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.