ComponentOne FlexGrid for WinForms
UnboundValueEventHandler Delegate

C1.Win.C1FlexGrid Namespace : UnboundValueEventHandler Delegate
C1FlexGridBase object that raised the event.
UnboundValueEventArgs that contains the event data.
Represents the method that will handle the GetUnboundValue and C1FlexGridBase.SetUnboundValue events.
Syntax
'Declaration
 
Public Delegate Sub UnboundValueEventHandler( _
   ByVal sender As Object, _
   ByVal e As UnboundValueEventArgs _
) 
public delegate void UnboundValueEventHandler( 
   object sender,
   UnboundValueEventArgs e
)

Parameters

sender
C1FlexGridBase object that raised the event.
e
UnboundValueEventArgs that contains the event data.
See Also

Reference

UnboundValueEventHandler Members
C1.Win.C1FlexGrid Namespace