Costruttore SetAttrValueEventArgs
|
Costruttore unico.
Namespace: QsUIAssembly: QsUI (in QsUI.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public SetAttrValueEventArgs(
Object attr,
Object value,
string name
)
Public Sub New (
attr As Object,
value As Object,
name As String
)
public:
SetAttrValueEventArgs(
Object^ attr,
Object^ value,
String^ name
)
new :
attr : Object *
value : Object *
name : string -> SetAttrValueEventArgs
Parametri
- attr Object
- Attributo.
- value Object
- Nuovo valore.
- name String
- Nome dell'attributo.
Vedi anche