add_restored(function(sender, e)) remove_restored(function(sender, e))
!MISSING Scrap '_RTJavaScript_Event_SYNTAX'!
The event handler receives an argument of type AnnRedactionObjectRestoredEventArgs containing data related to this event. The following AnnRedactionObjectRestoredEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ImageData | Gets or sets the image data object. |
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. |