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