ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Grid Namespace / C1GridExtender 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
    public System.string OnClientSelectionChanged {get; set;}
    Remarks
    Parameters:
    • jQuery.Event object.
    • The data with this event.
      • Cells added to the selection.
      • Cells removed from the selection.
    See Also