CodeEventReferenceExpression can be used to represent a reference to an event. A CodeExpression named TargetObject is used to indicate the object that contains the event, and EventName contains the name of the event.
Author: Microsoft Code: ASP.NET v1.0 & VB