Spread Windows Forms 12.0 Product Documentation
SheetViewEventHandler Delegate


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : SheetViewEventHandler Delegate
Represents a method that handles the sheet events.
Syntax
'Declaration
 
Public Delegate Sub SheetViewEventHandler( _
   ByVal sender As Object, _
   ByVal e As SheetViewEventArgs _
) 
'Usage
 
Dim instance As New SheetViewEventHandler(AddressOf HandlerMethod)
public delegate void SheetViewEventHandler( 
   object sender,
   SheetViewEventArgs e
)

Parameters

sender
e
Remarks
For information on the events that are handled, see the SheetView CellChanged, Changed, ColumnChanged, and RowChanged events.
See Also

Reference

SheetViewEventHandler Members
FarPoint.Win.Spread Namespace
SheetViewEventArgs Class