C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / OnClientSelectionChanged Property

In This Topic
OnClientSelectionChanged Property
In This Topic
A function called after the selection is changed.
Syntax
'Declaration
 
Public Property OnClientSelectionChanged As System.String
 
Remarks
Parameters:
  • jQuery.Event object.
  • The data with this event.
    • Cells added to the selection.
    • Cells removed from the selection.
See Also