VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationViewJS type / raisePropertyChangedEvent Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    raisePropertyChangedEvent Method
    In This Topic
    Raises the 'propertyChanged' event.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewJS();
    
    var value; // Type: any
    
    // Parameters
    var eventArgs; // Type: object
    
    value = instance.raisePropertyChangedEvent(eventArgs);
    
    
    function raisePropertyChangedEvent(
    eventArgs
    Event args.
    : object
    ) : any;

    Parameters

    eventArgs
    Event args.
    Browser Compatibility
    56+
    45+
    11
    See Also