Class SheetCollectionChangedEventArgs
Provides data for the SheetCollection.Changed event, indicating which modification occurred and the affected sheet.
Inheritance
System.Object
System.EventArgs
SheetCollectionChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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. |