Name of event.
Namespace: BasicCard.FrameworkAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public string EventName { get; } |
Visual Basic |
---|
Public ReadOnly Property EventName As String Get |
Visual C++ |
---|
public: property String^ EventName { String^ get (); } |
F# |
---|
member EventName : string with get |