DataObjectChangeEventHandler(Object, DataObjectChangedEventArgs):Void

Delegate for the processing of events in the case of data object changes.

If changes are made to data objects, 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.DataObjectChangedEventArgs

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