Share via


MmcListView.OnColumnVisibilityChanged Method ()

 

Called when the column visibility changes. The snap-in may override this method to read the updated visibility of each column and use this knowledge to optimize the fetching of data.

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

Syntax

protected virtual void OnColumnVisibilityChanged()
protected:
virtual void OnColumnVisibilityChanged()
abstract OnColumnVisibilityChanged : unit -> unit
override OnColumnVisibilityChanged : unit -> unit
Protected Overridable Sub OnColumnVisibilityChanged

See Also

MmcListView Class
Microsoft.ManagementConsole Namespace

Return to top