Метод | Описание | |
---|---|---|
BindProperty ( System p_Property, object p_LinkObject ) : System |
Constructor
|
|
OnValueChanged ( CellContext sender, |
OnValueChanged
|
Метод | Описание | |
---|---|---|
BindValueAtProperty ( System p_Property, object p_LinkObject ) : void |
Bind the cell's value with the property p_Property of the object p_LinkObject when the cell's value change also the property change
|
|
UnBindValueAtProperty ( ) : void |
UnBind the cell with the property
|
public BindProperty ( System p_Property, object p_LinkObject ) : System | ||
p_Property | System | Property of the object that you want to lint to the cell. When the value of the cell changed this behavior call automatically this property. |
p_LinkObject | object | Instance of the object to link |
Результат | System |
protected BindValueAtProperty ( System p_Property, object p_LinkObject ) : void | ||
p_Property | System | linked property |
p_LinkObject | object | Can be null to call static property |
Результат | void |
public OnValueChanged ( CellContext sender, |
||
sender | CellContext | |
e | ||
Результат | void |