[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Chart.SegmentDataChangedEventArgs.-ctor

SegmentDataChangedEventArgs Constructor

SegmentDataChangedEventArgs(bool)

Initializes a new instance of the SegmentDataChangedEventArgs class.

Declaration
public SegmentDataChangedEventArgs(bool countChanged)
Public Sub New(countChanged As Boolean)
Parameters
Type Name Description
bool countChanged

if set to true [count changed].

SegmentDataChangedEventArgs(bool, bool)

Initializes a new instance of the SegmentDataChangedEventArgs class.

Declaration
public SegmentDataChangedEventArgs(bool countChanged, bool formulaChanged)
Public Sub New(countChanged As Boolean, formulaChanged As Boolean)
Parameters
Type Name Description
bool countChanged

if set to true [count changed].

bool formulaChanged

if set to true [formula changed].

SegmentDataChangedEventArgs(bool, bool, bool, bool)

Initializes a new instance of the SegmentDataChangedEventArgs class.

Declaration
public SegmentDataChangedEventArgs(bool countChanged, bool formulaChanged, bool sheetRemoved, bool rangeRemoved)
Public Sub New(countChanged As Boolean, formulaChanged As Boolean, sheetRemoved As Boolean, rangeRemoved As Boolean)
Parameters
Type Name Description
bool countChanged

if set to true [count changed].

bool formulaChanged

if set to true [formula changed].

bool sheetRemoved

if set to true [sheet removed].

bool rangeRemoved

if set to true [range removed].

SegmentDataChangedEventArgs(bool, bool, bool)

Initializes a new instance of the SegmentDataChangedEventArgs class.

Declaration
public SegmentDataChangedEventArgs(bool countChanged, bool formulaChanged, bool sheetRemoved)
Public Sub New(countChanged As Boolean, formulaChanged As Boolean, sheetRemoved As Boolean)
Parameters
Type Name Description
bool countChanged

if set to true the data count is changed.

bool formulaChanged

if set to true the formula is changed.

bool sheetRemoved

if set to true the sheet is removed.