public event EventHandler SendDataStart
Public Event SendDataStart As EventHandler
public:
virtual event EventHandler^ SendDataStart {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
function add_SendDataStart(value);
function remove_SendDataStart(value);