Provides data for the SheetCollection.Changed event, indicating which modification occurred and the affected sheet.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class SheetCollectionChangedEventArgs : EventArgs
Inheritance: objectEventArgsSheetCollectionChangedEventArgs
Inherited Members
Constructors
Initializes a new instance of the SheetCollectionChangedEventArgs class with the specified change type.
C#
public SheetCollectionChangedEventArgs(SheetCollectionChangeType changeType)
Type of the change.
Properties
Gets the type of modification that was performed on the sheet collection.
C#
public SheetCollectionChangeType ChangeType { get; }
The change type.