Spread Windows Forms 12.0 Product Documentation
ReferenceStyleEventHandle Delegate


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace : ReferenceStyleEventHandle Delegate
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)
public delegate void ReferenceStyleEventHandle( 
   object sender,
   EventArgs e
)

Parameters

sender
e
See Also

Reference

ReferenceStyleEventHandle Members
FarPoint.Win.Spread.Model Namespace