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






In This Topic
    OnClientIsDroppedDownChanging Property (DropDown)
    In This Topic
    Occurs before the drop down is shown or hidden.
    Syntax
    'Declaration
     
    
    Public Property OnClientIsDroppedDownChanging As System.String
    'Usage
     
    
    Dim instance As DropDown
    Dim value As System.String
     
    instance.OnClientIsDroppedDownChanging = value
     
    value = instance.OnClientIsDroppedDownChanging
    public System.string OnClientIsDroppedDownChanging {get; set;}
    public read-write property OnClientIsDroppedDownChanging: System.String; 
    public function get,set OnClientIsDroppedDownChanging : System.String
    public: __property System.string* get_OnClientIsDroppedDownChanging();
    public: __property void set_OnClientIsDroppedDownChanging( 
       System.string* value
    );
    public:
    property System.String^ OnClientIsDroppedDownChanging {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also