View.OnRefresh Method (AsyncStatus)

 

Called when the Refresh standard verb is triggered.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

protected virtual void OnRefresh(
    AsyncStatus status
)
protected:
virtual void OnRefresh(
    AsyncStatus^ status
)
abstract OnRefresh : 
        status:AsyncStatus -> unit
override OnRefresh : 
        status:AsyncStatus -> unit
Protected Overridable Sub OnRefresh (
    status As AsyncStatus
)

Parameters

Remarks

Modal dialogs should not be shown during any request that takes an AsyncStatus object as a parameter.

See Also

View Class
Microsoft.ManagementConsole Namespace

Return to top