MmcListView.OnSelectionChanged Method (SyncStatus)

 

Called when a selection changes. The snap-in should override this method to read the updated SelectedNodes property and update SelectionData class accordingly.

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

Syntax

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

Parameters

See Also

MmcListView Class
Microsoft.ManagementConsole Namespace

Return to top