Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridGroupRowCell Class / IsCollapsedChanged Event


In This Topic
    IsCollapsedChanged Event
    In This Topic
    Occurs when the group is toggled.
    Syntax
    'Declaration
     
    
    Public Event IsCollapsedChanged As EventHandler
    'Usage
     
    
    Dim instance As GridGroupRowCell
    Dim handler As EventHandler
     
    AddHandler instance.IsCollapsedChanged, handler
    public event EventHandler IsCollapsedChanged
    See Also