See Also: CodeEventReferenceExpression Members
System.CodeDom.CodeEventReferenceExpression can be used to represent a reference to an event.
The CodeEventReferenceExpression.TargetObject property specifies the object that contains the event. The CodeEventReferenceExpression.EventName property specifies the name of the event.