Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.1.20
|
Leadtools.Ccow.Server.Context Namespace > ContextUpdatedEventArgs Class : Context Property |
public List<ContextItem> Context {get;}
'Declaration
Public ReadOnly Property Context As List(Of ContextItem)
'Usage
Dim instance As ContextUpdatedEventArgs Dim value As List(Of ContextItem) value = instance.Context
public: property List<ContextItem^>^ Context { List<ContextItem^>^ get(); }