ASP.NET Core MVC Controls | ComponentOne
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 System.String
    'Usage
     
    
    Dim instance As IDropDown
    Dim value As System.String
     
    instance.OnClientIsDroppedDownChanging = value
     
    value = instance.OnClientIsDroppedDownChanging
    System.string OnClientIsDroppedDownChanging {get; set;}
    read-write property OnClientIsDroppedDownChanging: System.String; 
    function get,set OnClientIsDroppedDownChanging : System.String
    __property System.string* get_OnClientIsDroppedDownChanging();
    __property void set_OnClientIsDroppedDownChanging( 
       System.string* value
    );
    property System.String^ OnClientIsDroppedDownChanging {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also