Share via


ActionableSolutionListener.AfterClosingChildrenEvent Event

Event to raise after closing all nested projects of a parent hierarchy.

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 AfterClosingChildrenEvent As ActionableSolutionListener..::..OnAfterClosingChildrenEventHandler
'Usage
Dim instance As ActionableSolutionListener
Dim handler As ActionableSolutionListener..::..OnAfterClosingChildrenEventHandler

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

.NET Framework Security

See Also

Reference

ActionableSolutionListener Class

ActionableSolutionListener Members

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