public event EventHandler Stopped
Public Event Stopped As EventHandler
public: event EventHandler^ Stopped { void add (EventHandler^ value); void remove (EventHandler^ value); }
function add_Stopped(value); function remove_Stopped(value);
In This Article