[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.SheetStyleModelEventHandler

SheetStyleModelEventHandler Delegate

Handles the Changed event in the style model of the sheet.

Namespace: FarPoint.Win.Spread.Model
Assembly: FarPoint.Win.Spread.dll
Syntax
public delegate void SheetStyleModelEventHandler(object sender, SheetStyleModelEventArgs e)
Public Delegate Sub SheetStyleModelEventHandler(sender As Object, e As SheetStyleModelEventArgs)
Parameters
Type Name Description
object sender Handles the Changed event in the style model of the sheet.
SheetStyleModelEventArgs e Handles the Changed event in the style model of the sheet.