UserChangeEventHandler(Object, UserChangedEventArgs):Void

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

If changes are made to users, 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.UserChangedEventArgs

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