.NET Framework Class Library  

CodeDelegateCreateExpression.MethodName Property

Gets or sets the name of the event handler method.

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

Property Value

The name of the event handler method.

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

CodeDelegateCreateExpression Class | CodeDelegateCreateExpression Members | System.CodeDom Namespace