[]
Initializes a new instance of the SegmentDataChangedEventArgs class.
public SegmentDataChangedEventArgs(bool countChanged)
Public Sub New(countChanged As Boolean)
Type | Name | Description |
---|---|---|
bool | countChanged | if set to |
Initializes a new instance of the SegmentDataChangedEventArgs class.
public SegmentDataChangedEventArgs(bool countChanged, bool formulaChanged)
Public Sub New(countChanged As Boolean, formulaChanged As Boolean)
Type | Name | Description |
---|---|---|
bool | countChanged | if set to |
bool | formulaChanged | if set to |
Initializes a new instance of the SegmentDataChangedEventArgs class.
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)
Type | Name | Description |
---|---|---|
bool | countChanged | if set to |
bool | formulaChanged | if set to |
bool | sheetRemoved | if set to |
bool | rangeRemoved | if set to |
Initializes a new instance of the SegmentDataChangedEventArgs class.
public SegmentDataChangedEventArgs(bool countChanged, bool formulaChanged, bool sheetRemoved)
Public Sub New(countChanged As Boolean, formulaChanged As Boolean, sheetRemoved As Boolean)
Type | Name | Description |
---|---|---|
bool | countChanged | if set to |
bool | formulaChanged | if set to |
bool | sheetRemoved | if set to |