Class UpdateScope
Class representing update scope.
Inheritance
System.Object
UpdateScope
Inherited Members
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.Core
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public sealed class UpdateScope : IDisposable
Constructors
UpdateScope(Action, Action)
Initializes a new instance of the UpdateScope class.
Declaration
public UpdateScope(Action beginUpdateAction, Action endUpdateAction)
Parameters
System.Action
beginUpdateAction
The begin update action. |
System.Action
endUpdateAction
The end update action. |
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
Implements
System.IDisposable.Dispose()