True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / SplitEventHandler Delegate

In This Topic
    SplitEventHandler Delegate
    In This Topic
    Raised when Split specific actions are performed.
    Syntax
    'Declaration
     
    Public Delegate Sub SplitEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As SplitEventArgs _
    ) 
    public delegate void SplitEventHandler( 
       System.object sender,
       SplitEventArgs e
    )

    Parameters

    sender
    e
    See Also