![]() |
Fired 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 nothing is selected, the selection parameter has a value of 0 (zero) or NST_NO_SELECTION.
See Also
[Previous][Next]