FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / SheetSelectionModelEventHandler Delegate
Object that raised the event
Event data (SheetSelectionModelEventArgs class)


In This Topic
SheetSelectionModelEventHandler Delegate
In This Topic
Handles the Changed event in the selection model of the sheet.
Syntax
'Declaration
 
Public Delegate Sub SheetSelectionModelEventHandler( _
   ByVal sender As Object, _
   ByVal e As SheetSelectionModelEventArgs _
) 
 
'Usage
 
Dim instance As New SheetSelectionModelEventHandler(AddressOf HandlerMethod)

Parameters

sender
Object that raised the event
e
Event data (SheetSelectionModelEventArgs class)
See Also