Method Invoke
Invoke(object, E)
Invokes the event handler if the source is still alive.
public void Invoke(object sender, E e)
Parameters
sender
objectThe source of the event.
e
ESpecifies 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.