Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NLibraryFileSection Class / SaveChangesIfModifiedAsync Method


In This Topic
    SaveChangesIfModifiedAsync Method
    In This Topic
    Asks the user to save changes if the document was modified.
    Syntax
    'Declaration
     
    
    Public Overridable Function SaveChangesIfModifiedAsync() As NPromise(Of Boolean)
    'Usage
     
    
    Dim instance As NLibraryFileSection
    Dim value As NPromise(Of Boolean)
     
    value = instance.SaveChangesIfModifiedAsync()
    public virtual NPromise<bool> SaveChangesIfModifiedAsync()

    Return Value

    resolves to true - if document was not modified, or was successfully saved. resolves to false - if operation was aborted by user.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also