VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Office.DocumentEditor.UI.Controls Namespace / DocumentEditorFilePanel Class / OnSaveChangesRequest(ActionRequestEventArgs) Method
Syntax Requirements SeeAlso
In This Topic
    OnSaveChangesRequest(ActionRequestEventArgs) Method (DocumentEditorFilePanel)
    In This Topic
    Raises the SaveChangesRequest event.
    Syntax
    'Declaration
    
    Protected Overridable Sub OnSaveChangesRequest( _
    ByVal args
    The ActionRequestEventArgs instance containing the event data.
    As Vintasoft.Imaging.Office.UI.ActionRequestEventArgs _
    )
    protected virtual void OnSaveChangesRequest(
    Vintasoft.Imaging.Office.UI.ActionRequestEventArgs args
    )
    protected: virtual void OnSaveChangesRequest(
    Vintasoft.Imaging.Office.UI.ActionRequestEventArgs* args
    )
    protected:
    virtual void OnSaveChangesRequest(
    Vintasoft.Imaging.Office.UI.ActionRequestEventArgs^ args
    )

    Parameters

    args
    The ActionRequestEventArgs instance containing the event data.
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also