BinaryChangeEventHandler(Object, BinaryChangedEventArgs):Void

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

If changes are made to binary 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.BinaryChangedEventArgs

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