Method Invoke
Invoke(object, E)
Invokes the event handler if the source is still alive.
public void Invoke(object sender, E e)
Parameters
senderobjectThe source of the event.
eESpecifies an event data.
Invokes the event handler if the source is still alive.
public void Invoke(object sender, E e)
sender objectThe source of the event.
e ESpecifies an event data.