ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / InputDateBase Class / OnClientIsDroppedDownChanging Property

In This Topic
    OnClientIsDroppedDownChanging Property (InputDateBase)
    In This Topic
    Occurs before the drop down is shown or hidden.
    Syntax
    'Declaration
     
    
    Public Property OnClientIsDroppedDownChanging As String
    public string OnClientIsDroppedDownChanging {get; set;}
    See Also