OnAfterGroupUpdate Method (C1FlexGrid)
In This Topic
Raises the
AfterGroupUpdate event.
Syntax
'Declaration
Protected Overridable Sub OnAfterGroupUpdate( _
ByVal As EventArgs _
)
protected virtual void OnAfterGroupUpdate(
EventArgs
)
Parameters
- e
See Also