ActionableSolutionListener.AfterMergeSolutionEvent Event
Event to raise after all projects are merged into the open solution.
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 AfterMergeSolutionEvent As ActionableSolutionListener..::..OnAfterMergeSolutionEventHandler
'Usage
Dim instance As ActionableSolutionListener
Dim handler As ActionableSolutionListener..::..OnAfterMergeSolutionEventHandler
AddHandler instance.AfterMergeSolutionEvent, handler
public event ActionableSolutionListener..::..OnAfterMergeSolutionEventHandler AfterMergeSolutionEvent
public:
event ActionableSolutionListener..::..OnAfterMergeSolutionEventHandler^ AfterMergeSolutionEvent {
void add (ActionableSolutionListener..::..OnAfterMergeSolutionEventHandler^ value);
void remove (ActionableSolutionListener..::..OnAfterMergeSolutionEventHandler^ value);
}
JScript does not support events.
member AfterMergeSolutionEvent : IEvent<ActionableSolutionListener..::..OnAfterMergeSolutionEventHandler,
EventArgs>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ActionableSolutionListener Class
ActionableSolutionListener Members
Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities Namespace