[Missing <summary> documentation for "E:OPSSDK.OpsClient.SessionCreated"]
Namespace: OPSSDKAssembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884
Syntax
C# |
---|
public event EventHandler<VoIPEventArgs<ISession>> SessionCreated |
Visual Basic |
---|
Public Event SessionCreated As EventHandler(Of VoIPEventArgs(Of ISession)) |
Visual C++ |
---|
public:
event EventHandler<VoIPEventArgs<ISession^>^>^ SessionCreated {
void add (EventHandler<VoIPEventArgs<ISession^>^>^ value);
void remove (EventHandler<VoIPEventArgs<ISession^>^>^ value);
} |
Value
Type:
System..::..EventHandler<(Of <(<'VoIPEventArgs<(Of <(<'ISession>)>)>>)>)>See Also