Spread for ASP.NET 8.0 Product Documentation
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)
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

SheetSelectionModelEventHandler Members
FarPoint.Web.Spread.Model Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.