FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / UnboundValueEventHandler Delegate
C1FlexGridBase object that raised the event.
UnboundValueEventArgs that contains the event data.

In This Topic
    UnboundValueEventHandler Delegate
    In This Topic
    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