Request

Response

    Application.Refresh method

    It will refresh the UI. This method is responsible for refreshing the UI. It can be called by the user when there is a need to update the properties on the UI and reflect any changes or updates. By invoking this method, the UI will be refreshed, ensuring that the updated properties are correctly displayed.

    public Application Refresh()
    

    Return Value

    Current instance of ApplicationManager class

    See Also