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)

Parameters

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