The ClientView.OnSelectionChanged event fires when the current selection changes.
Syntax
ClientView.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 there is no selection, the selection parameter has the value of 0 (zero) or NST_NO_SELECTION.
See Also
© 1996-1998 Microsoft Corporation. All rights reserved.