FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / ValidateEditEventHandler Delegate

In This Topic
    ValidateEditEventHandler Delegate
    In This Topic
    Represents the method that will handle the ValidateEdit event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub ValidateEditEventHandler( _
       ByVal sender As Object, _
       ByVal e As ValidateEditEventArgs _
    ) 
    public delegate void ValidateEditEventHandler( 
       object sender,
       ValidateEditEventArgs e
    )

    Parameters

    sender
    e
    See Also