Configurates the
C1.Web.Mvc.DropDown<T>.OnClientIsDroppedDownChanged client event. Occurs after the drop down is shown or hidden.
Syntax
'Declaration
Public Function OnClientIsDroppedDownChanged( _
ByVal As String _
) As TBuilder
public TBuilder OnClientIsDroppedDownChanged(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also