CodeAttachEventStatement::Listener Property

 

Gets or sets the new event-handler delegate to attach to the event.

Namespace:   System.CodeDom
Assembly:  System (in System.dll)

public:
property CodeExpression^ Listener {
	CodeExpression^ get();
	void set(CodeExpression^ value);
}

Property Value

Type: System.CodeDom::CodeExpression^

A CodeExpression that indicates the new event handler to attach.

.NET Framework
Available since 1.1
Return to top
Show: