ActionableRdtListener.OnAfterDocumentWindowHideEventHandler Delegate

Represents the method that will handle the AfterDocumentWindowHideEvent event when it is raised.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Delegate Function OnAfterDocumentWindowHideEventHandler ( _
    docCookie As UInteger, _
    frame As IVsWindowFrame _
) As Integer
'Usage
Dim instance As New OnAfterDocumentWindowHideEventHandler(AddressOf HandlerMethod)
public delegate int OnAfterDocumentWindowHideEventHandler(
    uint docCookie,
    IVsWindowFrame frame
)
public delegate int OnAfterDocumentWindowHideEventHandler(
    unsigned int docCookie, 
    IVsWindowFrame^ frame
)
JScript does not support delegates.
type OnAfterDocumentWindowHideEventHandler = 
    delegate of 
        docCookie:uint32 * 
        frame:IVsWindowFrame -> int

Parameters

  • docCookie
    Type: System.UInt32
    The document cookie for this project

Return Value

Type: System.Int32

See Also

Reference

Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities Namespace