4 references to ProgressChanged
mscorlib (4)
system\progress.cs (4)
31
/// the <see cref="
ProgressChanged
"/> event are invoked through a
60
/// in addition to any delegates registered with the <see cref="
ProgressChanged
"/> event.
87
EventHandler<T> changedEvent =
ProgressChanged
;
107
EventHandler<T> changedEvent =
ProgressChanged
;