Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the method that will handle the DocumentSaved event.
Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)
Syntax
'Declaration
Public Delegate Sub DocumentSavedEventHandler ( _
    sender As Object, _
    eventArguments As IDocumentSavedEventArgs _
)
'Usage
Dim instance As New DocumentSavedEventHandler(AddressOf HandlerMethod)
public delegate void DocumentSavedEventHandler(
    Object sender,
    IDocumentSavedEventArgs eventArguments
)
public delegate void DocumentSavedEventHandler(
    Object^ sender, 
    IDocumentSavedEventArgs^ eventArguments
)
JScript does not support delegates.
Parameters
- sender 
 Type: System.Object- The source of the event. 
- eventArguments 
 Type: Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IDocumentSavedEventArgs- The event data. 
See Also
Reference
Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace