ChangeSetChangeEventHandler(Object, ChangeSetChangeEventArgs):Void
Delegate for the processing of events in the case of ChangeSet changes.
If changes are made to ChangeSets, then an event is triggered which passes on information regarding this change to the registered methods via this handler.
Return type: System.Void
Parameter
- sender
Type: System.Object
This parameter contains the trigger of the event.
- e
Type: Onion.Client.Events.ChangeSetChangeEventArgs
This parameter contains the arguments that can be used for processing the event.