[]
Configurates the OnClientTextChanged client event. Occurs when the value of the Text property changes.
public virtual TBuilder OnClientTextChanged(string value)
Type | Name | Description |
---|---|---|
string | value | The value. |
Type | Description |
---|---|
TBuilder | Current builder. |