add_restored(function(sender, e))
restored.add(function(sender, e))
remove_restored(function(sender, e))
restored.remove(function(sender, e))
This event will occur when the Restore object is called. The image data to restore will be set in the AnnRedactionObjectRestoredEventArgs.ImageData event data.
| Parameter | Type | Description |
|---|---|---|
| sender | 'var' | The source of the event. |
| e | AnnRedactionObjectRestoredEventArgs | The event data. |