[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetViewEventHandler

SheetViewEventHandler Delegate

Represents a method that handles the sheet events.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public delegate void SheetViewEventHandler(object sender, SheetViewEventArgs e)
Public Delegate Sub SheetViewEventHandler(sender As Object, e As SheetViewEventArgs)
Parameters
Type Name Description
object sender Represents a method that handles the sheet events.
SheetViewEventArgs e Represents a method that handles the sheet events.