Click or drag to resize

ConcurrentSessionListRowEventArgs Constructor

Initializes a new instance of the ConcurrentSessionListRowEventArgs class

Namespace:  PDTec.IceNet.Web.Admin.UI.Controls
Assembly:  PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public ConcurrentSessionListRowEventArgs(
	string userName,
	DateTime timestamp,
	TableRow pRow
)

Parameters

userName
Type: SystemString
timestamp
Type: SystemDateTime
pRow
Type: System.Web.UI.WebControlsTableRow
See Also