This documentation is archived and is not being maintained.
IWebFormsDocumentService Members
Visual Studio 2008
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 IWebFormsDocumentService type exposes the following members.
| 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. |
| Name | Description | |
|---|---|---|
|
DocumentUrl | Gets the URL at which the document is located. |
|
IsLoading | Gets a value indicating whether the document service is currently loading. |
Show: