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