IWebFormsDocumentService Members
.NET Framework 2.0
Provides methods to access services for tracking the loading state of a Web Forms document, handling events at load time, accessing a document's location, managing a document's undo service, and setting a new selection within the document.
The following tables list the members exposed by the IWebFormsDocumentService type.
| Name | Description | |
|---|---|---|
| DocumentUrl | Gets the URL at which the document is located. |
| IsLoading | Gets a value indicating whether the document service is currently loading. |
| Name | Description | |
|---|---|---|
| CreateDiscardableUndoUnit | Creates a discardable undo unit. |
| DiscardUndoUnit | Discards the specified undo unit. |
| EnableUndo | Enables the ability to undo actions that occur within undoable action units or transactions. |
| UpdateSelection | When implemented in a derived class, updates the current selection. |
Show: