EventTrigger.EventName Property

Gets or sets the name of the event to listen for. This is a dependency property.

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

Syntax

'Declaration
Public Property EventName As String
'Usage
Dim instance As EventTrigger
Dim value As String

value = instance.EventName

instance.EventName = value
public string EventName { get; set; }
public:
property String^ EventName {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_EventName ()

/** @property */
public void set_EventName (String value)
public function get EventName () : String

public function set EventName (value : 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