Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ScrolledEventHandler Delegate
The source of the event.
A ScrolledEventArgs that contains the event data.


In This Topic
    ScrolledEventHandler Delegate
    In This Topic
    provide the scroll event handle.
    Syntax
    'Declaration
     
    
    Public Delegate Sub ScrolledEventHandler( _
       ByVal sender As Object, _
       ByVal e As ScrolledEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New ScrolledEventHandler(AddressOf HandlerMethod)
    public delegate void ScrolledEventHandler( 
       object sender,
       ScrolledEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A ScrolledEventArgs that contains the event data.
    See Also