CodeRemoveEventStatement::Listener Property

 

Gets or sets the event handler to remove.

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 event handler to remove.

.NET Framework
Available since 1.1
Return to top
Show: