[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.GroupTextEventHandler

GroupTextEventHandler Delegate

Raised when text is grouped.

Namespace: C1.Win.TrueDBGrid
Assembly: C1.Win.TrueDBGrid.8.dll
Syntax
public delegate void GroupTextEventHandler(object sender, GroupTextEventArgs e)
Parameters
Type Name Description
object sender Raised when text is grouped.
GroupTextEventArgs e Raised when text is grouped.

Constructors

Name Description
GroupTextEventHandler(object, nint)

Methods

Name Description
BeginInvoke(object, GroupTextEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, GroupTextEventArgs)