Name

IWebFormsDocumentService

Synopsis

This interface provides methods for tracking the state of a Web Forms document, handling load-time events, determining a document’s location, setting a document selection, and managing a document’s “Undo” service.

Public Interface IWebFormsDocumentService
                  ' Public Instance Properties
   Public ReadOnly Property DocumentUrl As String  
   Public ReadOnly Property IsLoading As Boolean  
' Public Instance Methods
   Public Function CreateDiscardableUndoUnit() As Object  
   Public Sub DiscardUndoUnit(
        ByVal discardableUndoUnit As Object) 
   Public Sub EnableUndo(ByVal enable As Boolean) 
   Public Sub UpdateSelection() 
' Events
   Public Event LoadComplete As EventHandler  
End Interface

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.