Nevron.Nov.UI Namespace / NContinuousMediaExporter<TContent> Class / OnSaveFileDialogClosedAsyns Method
Dialog result.
Bounding box of the area to be exported.
Called if the image has been successfully saved to the given file. Can be null.
Called if an error occurs. Can be null.
In This Topic
    OnSaveFileDialogClosedAsyns Method
    In This Topic
    Called when the save file dialog created by the "SaveAsImage" method has been closed.
    Syntax
    protected virtual void OnSaveFileDialogClosedAsyns( 
       NSaveFileDialogResult result,
       NRectangle bounds,
       DNFunction successCallback,
       Nevron.Nov.DNFunction<Exception> failCallback
    )

    Parameters

    result
    Dialog result.
    bounds
    Bounding box of the area to be exported.
    successCallback
    Called if the image has been successfully saved to the given file. Can be null.
    failCallback
    Called if an error occurs. Can be null.
    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