ServerView.OnSelectionChanged Event

The ServerView.OnSelectionChanged event is fired when the current selection changes.

Object_OnSelectionChanged( selection, infoType )

Parameters

selection

A Long value specifying the newly selected item

infoType

A value of BaseInfo type. These values are as follows:

InfoType Constant Value
No selection NoSelection 0
Title Server ServerInfoType 1
Clients ClientsInfoType 2
Content Server ContentServerInfoType 3
Content Server Disk DiskInfoType 4

Remarks

When you expand a server in server view, you see its clients and the hierarchy of its content servers and content server disks.

To obtain NetShow Theater IDs for a selected Content Server or Content Server Disk, or the name of the title server, use the ServerView object GetItemObject method.

See Also

GetItemObject

© 1996-1998 Microsoft Corporation. All rights reserved.