Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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