[]
        
(Showing Draft Content)

C1.Win.FlexGrid.UnboundValueEventHandler

UnboundValueEventHandler Delegate

Represents the method that will handle the GetUnboundValue and SetUnboundValue events.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public delegate void UnboundValueEventHandler(object sender, UnboundValueEventArgs e)
Parameters
Type Name Description
object sender

C1FlexGridBase object that raised the event.

UnboundValueEventArgs e

UnboundValueEventArgs that contains the event data.

Constructors

Name Description
UnboundValueEventHandler(object, nint)

Methods

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