Delegate ElaborationReportBoundDataOperationDelegate
|
Delegate per la personalizzazione del comportamento del form
Namespace:
QsUI
Assembly:
QsUI (in QsUI.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi public delegate Object BoundDataOperationDelegate(
string fieldname,
Object argument
)
Public Delegate Function BoundDataOperationDelegate (
fieldname As String,
argument As Object
) As Object
public delegate Object^ BoundDataOperationDelegate(
String^ fieldname,
Object^ argument
)
type BoundDataOperationDelegate =
delegate of
fieldname : string *
argument : Object -> Object
Parametri
- fieldname
- Tipo: SystemString
- argument
- Tipo: SystemObject
Valore di ritorno
Tipo:
ObjectVedi anche