ChooserOnClientDeselect Property |
Gets/sets the client-side script that is fired after the user deselects an item.
The event handler will be provide with a
text parameter and a
value
parameter containing the selected item's Text and Value values respectively.
See
OnClientSelect for the corresponding selection event.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string OnClientDeselect { get; set; }
Public Property OnClientDeselect As String
Get
Set
Property Value
Type:
StringSee Also