[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.InputMaskBuilder.OnClientValueChanged

OnClientValueChanged Method

OnClientValueChanged(string)

Configurates the OnClientValueChanged client event. Occurs when the value of the Value property changes.

Declaration
public InputMaskBuilder OnClientValueChanged(string value)
Public Function OnClientValueChanged(value As String) As InputMaskBuilder
Parameters
Type Name Description
string value

The value.

Returns
Type Description
InputMaskBuilder

Current builder.