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. It can have the following values.
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 icon in server view, you see its clients, and the hierarchy of its content servers and content server disks.
To obtain NetShow Theater Server identifiers (IDs) for a selected content server or content server disk, or the name of the title server, use the GetItemObject method of ServerView object.
See Also
[Previous][Next]