.NET Framework Class Library  

CodeEventReferenceExpression.EventName Property

Gets or sets the name of the event.

[Visual Basic]
Public Property EventName As String
[C#]
public string EventName {get; set;}
[C++]
public: __property String* get_EventName();
public: __property void set_EventName(String*);
[JScript]
public function get EventName() : String;
public function set EventName(String);

Property Value

The name of the event.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

CodeEventReferenceExpression Class | CodeEventReferenceExpression Members | System.CodeDom Namespace