Raises the
Grouped event.
Syntax
'Declaration
Protected Overridable Sub OnUngrouped( _
ByVal As EventArgs _
)
'Usage
Dim instance As FpSpread
Dim e As EventArgs
instance.OnUngrouped(e)
protected virtual void OnUngrouped(
EventArgs
)
Parameters
- e
- GroupedEventArgs object that contains the event data
See Also