[]
Represents event data for ISegmentData.DataChanged event.
public class SegmentDataChangedEventArgs : EventArgs
Public Class SegmentDataChangedEventArgs
Inherits EventArgs
Name | Description |
---|---|
SegmentDataChangedEventArgs(bool) | Initializes a new instance of the SegmentDataChangedEventArgs class. |
SegmentDataChangedEventArgs(bool, bool) | Initializes a new instance of the SegmentDataChangedEventArgs class. |
SegmentDataChangedEventArgs(bool, bool, bool) | Initializes a new instance of the SegmentDataChangedEventArgs class. |
SegmentDataChangedEventArgs(bool, bool, bool, bool) | Initializes a new instance of the SegmentDataChangedEventArgs class. |
Name | Description |
---|---|
Empty | Represents an event with no event data. |
Name | Description |
---|---|
CountChanged | Gets a value that indicates whether [count changed]. |
FormulaChanged | Gets a value that indicates whether [formula changed]. |
RangeRemoved | Gets a value that indicates whether [range removed]. |
SheetRemoved | Gets a value that indicates whether the sheet is removed. |