NotificationPromptgridNotifications_LoadingRowDetails Method |
Namespace: SxcDeskAppLibAssembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntaxprivate void gridNotifications_LoadingRowDetails(
Object sender,
GridViewRowDetailsEventArgs e
)
Private Sub gridNotifications_LoadingRowDetails (
sender As Object,
e As GridViewRowDetailsEventArgs
)
private:
void gridNotifications_LoadingRowDetails(
Object^ sender,
GridViewRowDetailsEventArgs^ e
)
private member gridNotifications_LoadingRowDetails :
sender : Object *
e : GridViewRowDetailsEventArgs -> unit
Parameters
- sender
- Type: SystemObject
- e
- Type: GridViewRowDetailsEventArgs
See Also