ContextEventArgs Constructor
Initializes a new instance of the ContextEventArgs class.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim context As Context
Dim instance As New ContextEventArgs(context)
Syntax
'Declaration
Public Sub New ( _
context As Context _
)
public ContextEventArgs (
Context context
)
public:
ContextEventArgs (
Context^ context
)
public ContextEventArgs (
Context context
)
public function ContextEventArgs (
context : Context
)
Parameters
- context
Specifies the context
Remarks
Platforms
See Also
Reference
ContextEventArgs Class
ContextEventArgs Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.