public event EventHandler Attach
Public Event Attach As EventHandler
public: event EventHandler^ Attach { void add (EventHandler^ value); void remove (EventHandler^ value); }
member Attach : IEvent<EventHandler, EventArgs>
In This Article