Click or drag to resize

SessionEventHandler Delegate

Raised when a session event occurs.

Namespace:  Demo3D.Gui.ConnectionViewer
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 18.03.00
Syntax
C#
public delegate void SessionEventHandler(
	IConnectionSessionFactory sender,
	SessionEventArgs e
)

Parameters

sender
Type: Demo3D.Gui.ConnectionViewerIConnectionSessionFactory
The IConnectionSessionFactory.
e
Type: Demo3D.Gui.ConnectionViewerSessionEventArgs
The connected session event arguments.
See Also