CodeAttachEventStatement::Event Property

 

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

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

public:
property CodeEventReferenceExpression^ Event {
	CodeEventReferenceExpression^ get();
	void set(CodeEventReferenceExpression^ value);
}

Property Value

Type: System.CodeDom::CodeEventReferenceExpression^

A CodeEventReferenceExpression that indicates the event to attach an event handler to.

.NET Framework
Available since 1.1
Return to top
Show: