Costruttore ValidateCheckFunctionEventArgs
|
Costruttore unico.
Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi protected internal ValidateCheckFunctionEventArgs(
DedAttr attr,
string checkFunction,
Object valore,
IDedEditable dedData
)
Protected Friend Sub New (
attr As DedAttr,
checkFunction As String,
valore As Object,
dedData As IDedEditable
)
protected public:
ValidateCheckFunctionEventArgs(
DedAttr^ attr,
String^ checkFunction,
Object^ valore,
IDedEditable^ dedData
)
new :
attr : DedAttr *
checkFunction : string *
valore : Object *
dedData : IDedEditable -> ValidateCheckFunctionEventArgs
Parametri
- attr DedAttr
-
- checkFunction String
-
- valore Object
-
- dedData IDedEditable
-
Vedi anche