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