Click or drag to resize
DataGridRowNotificationData Constructor
Initializes a new instance of the DataGridRowNotificationData class

Namespace: SxcDeskAppLib
Assembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntax
public DataGridRowNotificationData(
	string ZzRowId,
	string Message,
	string Viewed,
	string Id,
	string RowId
)

Parameters

ZzRowId
Type: SystemString
Message
Type: SystemString
Viewed
Type: SystemString
Id
Type: SystemString
RowId
Type: SystemString
See Also