ChooserOnClientSelect Property |
Gets/sets the client-side script that is fired after the user selects 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
OnClientDeselect for the corresponding deselection event.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string OnClientSelect { get; set; }
Public Property OnClientSelect As String
Get
Set
Property Value
Type:
StringSee Also