EventTrigger.GetEventName Method

Specifies the name of the Event this EventTriggerBase is listening for.

Namespace: System.Windows.Interactivity
Assembly: System.Windows.Interactivity (in system.windows.interactivity.dll)

Syntax

'Declaration
Protected Overrides Function GetEventName As String
'Usage
Dim returnValue As String

returnValue = Me.GetEventName
protected override string GetEventName ()
protected:
virtual String^ GetEventName () override
protected String GetEventName ()
protected override function GetEventName () : String

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

EventTrigger Class
EventTrigger Members
System.Windows.Interactivity Namespace