'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.