VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetEditorControlJS type / focusedCommentChanged Event
Syntax BrowserCompatibility SeeAlso
In This Topic
    focusedCommentChanged Event (WebSpreadsheetEditorControlJS)
    In This Topic
    Occurs when the focused comment is changed in spreadsheet viewer.
    Syntax
    var instance; // Type: WebSpreadsheetEditorControlJS
    instance.focusedCommentChanged = function(event) { }
    
    
    focusedCommentChanged = function (
    event
    The object that contains information about the event.
    : object
    ) { };

    Parameters

    event
    The object that contains information about the event.
    Browser Compatibility
    56+
    45+
    11
    See Also