[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.UnboundColumnFetchEventHandler

UnboundColumnFetchEventHandler Delegate

Raised when an unbound column needs to be rendered.

Namespace: C1.Win.TrueDBGrid
Assembly: C1.Win.TrueDBGrid.8.dll
Syntax
public delegate void UnboundColumnFetchEventHandler(object sender, UnboundColumnFetchEventArgs e)
Parameters
Type Name Description
object sender Raised when an unbound column needs to be rendered.
UnboundColumnFetchEventArgs e Raised when an unbound column needs to be rendered.

Constructors

Name Description
UnboundColumnFetchEventHandler(object, nint)

Methods

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