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);
The name of the event handler method.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
CodeDelegateCreateExpression Class | CodeDelegateCreateExpression Members | System.CodeDom Namespace