See Also: CodeAttachEventStatement Members
System.CodeDom.CodeAttachEventStatement can be used to represent a statement that adds an event-handler delegate for an event. The CodeAttachEventStatement.Event property indicates the event to attach the event handler to. The CodeAttachEventStatement.Listener property indicates the event handler to attach.