ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / IDropDown Interface / OnClientIsDroppedDownChanging Property

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