BinaryDeleted(BinaryChangeEventHandler(sender:Object, e:BinaryChangedEventArgs):Void)

Is generated when a binary object has been deleted.

If a binary object is deleted from the data repository, then this event is triggered.

A binary object is deleted if

  1. The data object on which it was saved is deleted,
  2. The reference for the binary object is deleted from the Xml of the data object.

Parameter

value

Type: BinaryChangeEventHandler(Object, BinaryChangedEventArgs):Void