Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / SheetStyleModelEventHandler Delegate


In This Topic
SheetStyleModelEventHandler Delegate
In This Topic
Handles the Changed event in the style model of the sheet.
Syntax
'Declaration
 
Public Delegate Sub SheetStyleModelEventHandler( _
   ByVal sender As Object, _
   ByVal e As SheetStyleModelEventArgs _
) 
 
'Usage
 
Dim instance As New SheetStyleModelEventHandler(AddressOf HandlerMethod)

Parameters

sender
e
See Also