OnClientIsDroppedDownChanged Property (IDropDown)
In This Topic
Occurs after the drop down is shown or hidden.
Syntax
'Declaration
Property OnClientIsDroppedDownChanged As System.String
'Usage
Dim instance As IDropDown
Dim value As System.String
instance.OnClientIsDroppedDownChanged = value
value = instance.OnClientIsDroppedDownChanged
System.string OnClientIsDroppedDownChanged {get; set;}
read-write property OnClientIsDroppedDownChanged: System.String;
function get,set OnClientIsDroppedDownChanged : System.String
__property System.string* get_OnClientIsDroppedDownChanged();
__property void set_OnClientIsDroppedDownChanged(
System.string* value
);
property System.String^ OnClientIsDroppedDownChanged {
System.String^ get();
void set ( System.String^ value);
}
See Also