\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List.Util Namespace / GridLines.LineStyleEventHandler Delegate

In This Topic
    GridLines.LineStyleEventHandler Delegate
    In This Topic
    Syntax
    'Declaration
     
    Friend Delegate Sub GridLines.LineStyleEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As System.EventArgs _
    ) 
    internal delegate void GridLines.LineStyleEventHandler( 
       System.object sender,
       System.EventArgs e
    )

    Parameters

    sender
    e
    See Also