Syntax
Event onGettingNews (ByRef NewsNumber As String, ByRef news As VertexFXNewsSvrAPI.CNews)
Description
This event fires when the client requests to load all news with the last news number which wasreceivedbythe client.
Parameters
| Parameter | Description |
| newsNumber | The number of last news that received to client, value of type String |
| News | CNewsobject, to add Cnewto collection. |
See Also