Namespace Telerik.Windows.Documents.Spreadsheet.Core
Classes
|
Base type for named objects across document‑processing APIs, providing a stable identifier for lookups and serialization. |
|
Provides an ordered collection of named objects with dictionary-style access by name and list-style ordering. |
|
Provides a dictionary-based collection of named objects with change notification and item replacement events. |
|
NamedObjectsItemReplaceEventArgs Provides data for the ItemReplaced event, including the original and new names of the replaced item. |
|
Base class for types that implement INotifyPropertyChanged, providing helper methods for raising property change notifications. |
|
Provides data for cancelable events, allowing subscribers to cancel the operation by calling Cancel. |
|
Provides a disposable scope that executes a begin action on creation and an end action on disposal, enabling batch update patterns. |
Interfaces
|
Contract for objects that expose a stable name identifier used across document‑processing APIs for lookup and serialization. |