ComponentOne FlexGrid for WinForms
KeyPressEditEventHandler Delegate

C1.Win.C1FlexGrid Namespace : KeyPressEditEventHandler Delegate
Represents the method that will handle the KeyPressEdit event.
Syntax
'Declaration
 
Public Delegate Sub KeyPressEditEventHandler( _
   ByVal sender As Object, _
   ByVal e As KeyPressEditEventArgs _
) 
public delegate void KeyPressEditEventHandler( 
   object sender,
   KeyPressEditEventArgs e
)

Parameters

sender
e
See Also

Reference

KeyPressEditEventHandler Members
C1.Win.C1FlexGrid Namespace