This documentation is archived and is not being maintained.

IWebFormsDocumentService Members

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.

  NameDescription
Public method CreateDiscardableUndoUnit Creates a discardable undo unit.
Public method DiscardUndoUnit Discards the specified undo unit.
Public method EnableUndo Enables the ability to undo actions that occur within undoable action units or transactions.
Public method UpdateSelection When implemented in a derived class, updates the current selection.
Top

  NameDescription
Public property DocumentUrl Gets the URL at which the document is located.
Public property IsLoading Gets a value indicating whether the document service is currently loading.
Top

  NameDescription
Public event LoadComplete Occurs when the service has finished loading.
Top
Show: