C1.Win.C1FlexGrid Namespace / KeyEditEventHandler Delegate

In This Topic
KeyEditEventHandler Delegate
In This Topic
Represents the method that will handle the C1FlexGridBase.KeyDownEdit and KeyUpEdit events.
Syntax
'Declaration
 
Public Delegate Sub KeyEditEventHandler( _
   ByVal sender As Object, _
   ByVal e As KeyEditEventArgs _
) 
 

Parameters

sender
e
See Also