Costruttore ValidateCheckFunctionEventArgs
|
Costruttore unico.
Namespace:
DedNet
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.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
- Tipo: DedNet.CoreDedAttr
- checkFunction
- Tipo: SystemString
- valore
- Tipo: SystemObject
- dedData
- Tipo: DedNet.CoreIDedEditable
Vedi anche