GroupChangeEventHandler(Object, GroupChangedEventArgs):Void

Delegate for the processing of events in the case of group changes.

If changes are made to groups, 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.GroupChangedEventArgs

This parameter contains the arguments that can be used for processing the event.