Allows a table's change events to be suspended and raises events when the suspended state changes.
| C# |
public class TableSuspendState : ISuspendable
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| TableSuspendState(DataTable) |
Creates a new instance.
| |
| AttachToDependentTable(DataTable) |
Attaches to a table's suspend state, subscribing to its events, in addition to those
already attached.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Resume()()() |
Decrements the suspend count, enabling change events if the count has reached zero
(i.e. if this method has been called the same number of times as a suspend method).
| |
| Resuming |
Occurs when change events are being resumed.
| |
| Suspend()()() |
Increments the suspend count, disabling change events.
| |
| Suspended |
Whether change events are suspended.
| |
| Suspending |
Occurs when change events are being suspended.
| |
| Table |
Target table.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| TableSuspendState | |