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


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

Parameters

sender
e
See Also