DataGridRowNotificationData Constructor |
Namespace: SxcDeskAppLibAssembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntaxpublic DataGridRowNotificationData(
string ZzRowId,
string Message,
string Viewed,
string Id,
string RowId
)
Public Sub New (
ZzRowId As String,
Message As String,
Viewed As String,
Id As String,
RowId As String
)
public:
DataGridRowNotificationData(
String^ ZzRowId,
String^ Message,
String^ Viewed,
String^ Id,
String^ RowId
)
new :
ZzRowId : string *
Message : string *
Viewed : string *
Id : string *
RowId : string -> DataGridRowNotificationData
Parameters
- ZzRowId
- Type: SystemString
- Message
- Type: SystemString
- Viewed
- Type: SystemString
- Id
- Type: SystemString
- RowId
- Type: SystemString
See Also