@FunctionalInterface public static interface RunWorkerCompletedEventHandler.Function
Modifier and Type | Method and Description |
---|---|
void |
invoke(Object sender,
RunWorkerCompletedEventArgs e)
Represents a method that will handle a RunWorkerCompleted event.
|
void invoke(Object sender, RunWorkerCompletedEventArgs e)
sender
- The source of the event.e
- A RunWorkerCompletedEventArgs
that contains the event data.