FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CircularFormulaEventHandler Delegate
The sender.
The CircularFormulaEventArgs instance that contains the event data.


In This Topic
CircularFormulaEventHandler Delegate
In This Topic
The handler for the Spread CirculaFormula event.
Syntax
'Declaration
 
Public Delegate Sub CircularFormulaEventHandler( _
   ByVal sender As Object, _
   ByVal e As CircularFormulaEventArgs _
) 
 
'Usage
 
Dim instance As New CircularFormulaEventHandler(AddressOf HandlerMethod)

Parameters

sender
The sender.
e
The CircularFormulaEventArgs instance that contains the event data.
See Also