public event EventHandler StartingPublic Event Starting As EventHandlerpublic:
event EventHandler^ Starting {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}function add_Starting(value);
function remove_Starting(value);