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

    Parameters

    eventArgs
    Event args.

    Return Value

    A value indicating whether property change is canceled.
    Browser Compatibility
    56+
    45+
    11
    See Also