BasePaneStandardPane_Load Method |
Namespace: SxcDeskAppLibAssembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntaxprotected static void Pane_Load(
string userid,
string[] formVals,
string xamlName
)
Protected Shared Sub Pane_Load (
userid As String,
formVals As String(),
xamlName As String
)
protected:
static void Pane_Load(
String^ userid,
array<String^>^ formVals,
String^ xamlName
)
static member Pane_Load :
userid : string *
formVals : string[] *
xamlName : string -> unit
Parameters
- userid
- Type: SystemString
- formVals
- Type: SystemString
- xamlName
- Type: SystemString
See Also