Share via


DocumentSavedEventHandler Delegate

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

See Also

Reference

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace