New to Telerik Document ProcessingStart a free 30-day trial

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 EventArgs.Empty

Constructors

Initializes a new instance of the SheetCollectionChangedEventArgs class with the specified change type.

C#
public SheetCollectionChangedEventArgs(SheetCollectionChangeType changeType)
Parameters:changeTypeSheetCollectionChangeType

Type of the change.

Properties

Gets the type of modification that was performed on the sheet collection.

C#
public SheetCollectionChangeType ChangeType { get; }
Property Value:

The change type.