Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / DataFieldChangedEventArgs Class / DataFieldChangedEventArgs Constructor
if set to true [formula changed].


In This Topic
DataFieldChangedEventArgs Constructor
In This Topic
Initializes a new instance of the DataFieldChangedEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal formulaChanged As Boolean _
)
 
'Usage
 
Dim formulaChanged As Boolean
 
Dim instance As New DataFieldChangedEventArgs(formulaChanged)

Parameters

formulaChanged
if set to true [formula changed].
See Also