Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetViewEventHandler Delegate


In This Topic
SheetViewEventHandler Delegate
In This Topic
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)

Parameters

sender
e
See Also