Share via


ActionableRdtListener.BeforeDocumentWindowShowEvent Event

Event to raise after the document window is shown.

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

Syntax

'Declaration
Public Event BeforeDocumentWindowShowEvent As ActionableRdtListener..::..OnBeforeDocumentWindowShowEventHandler
'Usage
Dim instance As ActionableRdtListener
Dim handler As ActionableRdtListener..::..OnBeforeDocumentWindowShowEventHandler

AddHandler instance.BeforeDocumentWindowShowEvent, handler
public event ActionableRdtListener..::..OnBeforeDocumentWindowShowEventHandler BeforeDocumentWindowShowEvent
public:
 event ActionableRdtListener..::..OnBeforeDocumentWindowShowEventHandler^ BeforeDocumentWindowShowEvent {
    void add (ActionableRdtListener..::..OnBeforeDocumentWindowShowEventHandler^ value);
    void remove (ActionableRdtListener..::..OnBeforeDocumentWindowShowEventHandler^ value);
}
JScript does not support events.
member BeforeDocumentWindowShowEvent : IEvent<ActionableRdtListener..::..OnBeforeDocumentWindowShowEventHandler,
    EventArgs>

.NET Framework Security

See Also

Reference

ActionableRdtListener Class

ActionableRdtListener Members

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