FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / KeyPressEditEventHandler Delegate

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