The function called to show which content control has been changed.
Name | Type | Description |
control | ContentControl | Defines the content control that has been changed. |
window.Asc.plugin.onChangeContentControl = function(control) { changeContentControl(control); };