ClassSheetCollectionChangedEventArgs
Class
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:
cs-api-definition
public class SheetCollectionChangedEventArgs : EventArgs
Inheritance: objectEventArgsSheetCollectionChangedEventArgs
Inherited Members
Constructors
SheetCollectionChangedEventArgs(SheetCollectionChangeType)
Initializes a new instance of the SheetCollectionChangedEventArgs class with the specified change type.
Declaration
cs-api-definition
public SheetCollectionChangedEventArgs(SheetCollectionChangeType changeType)
Parameters
changeType
Type of the change.
Properties
ChangeType
Gets the type of modification that was performed on the sheet collection.
Declaration
cs-api-definition
public SheetCollectionChangeType ChangeType { get; }
Property Value
The change type.