Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnUngrouped Method
GroupedEventArgs object that contains the event data


In This Topic
    OnUngrouped Method
    In This Topic
    Raises the Grouped event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnUngrouped( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim e As EventArgs
     
    instance.OnUngrouped(e)
    protected virtual void OnUngrouped( 
       EventArgs e
    )

    Parameters

    e
    GroupedEventArgs object that contains the event data
    See Also