How do I use different event arguments like DocumentSaveToLocalProgressChangedEventArgs
during the different phases in the WorksharedOperationProgressChanged
event. I know how to subscribe to the WorksharedOperationProgressChanged
event but haven't been able to figure out how to use different event arguments.
I guess there is some basic C# concept about events I am missing, but I haven't found an answer in any tutorial or documentation that would explain what I should do in this case.