Partilhar via


SessionEventArgs Constructor

Initializes a new instance of the SessionEventArgs class.

Namespace: Microsoft.Crm.UnifiedServiceDesk.BaseControl
Assembly: Microsoft.Crm.UnifiedServiceDesk.BaseControl (in Microsoft.Crm.UnifiedServiceDesk.BaseControl.dll)

Usage

'Usage
Dim session As Session

Dim instance As New SessionEventArgs(session)

Syntax

'Declaration
Public Sub New ( _
    session As Session _
)
public SessionEventArgs (
    Session session
)
public:
SessionEventArgs (
    Session^ session
)
public SessionEventArgs (
    Session session
)
public function SessionEventArgs (
    session : Session
)

Parameters

  • session
    Specifies the session.

Remarks

Platforms

See Also

Reference

SessionEventArgs Class
SessionEventArgs Members
Microsoft.Crm.UnifiedServiceDesk.BaseControl Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.