Spread for ASP.NET 11 Product Documentation
SheetSelectionModelEventHandler Delegate


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace : SheetSelectionModelEventHandler Delegate
Object that raised the event
Event data (SheetSelectionModelEventArgs class)
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)
public delegate void SheetSelectionModelEventHandler( 
   object sender,
   SheetSelectionModelEventArgs e
)

Parameters

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

Reference

SheetSelectionModelEventHandler Members
FarPoint.Web.Spread.Model Namespace