CodeAttachEventStatement::Event Property
.NET Framework (current version)
Gets or sets the event to attach an event-handler delegate to.
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
Available since 1.1
Show: