ActionableUpdateSolutionListener.UpdateSolution_StartUpdateEvent Event
Event raised before the first project configuration is built.
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 UpdateSolution_StartUpdateEvent As ActionableUpdateSolutionListener..::..UpdateSolutionStartUpdateEventHandler
'Usage
Dim instance As ActionableUpdateSolutionListener
Dim handler As ActionableUpdateSolutionListener..::..UpdateSolutionStartUpdateEventHandler
AddHandler instance.UpdateSolution_StartUpdateEvent, handler
public event ActionableUpdateSolutionListener..::..UpdateSolutionStartUpdateEventHandler UpdateSolution_StartUpdateEvent
public:
event ActionableUpdateSolutionListener..::..UpdateSolutionStartUpdateEventHandler^ UpdateSolution_StartUpdateEvent {
void add (ActionableUpdateSolutionListener..::..UpdateSolutionStartUpdateEventHandler^ value);
void remove (ActionableUpdateSolutionListener..::..UpdateSolutionStartUpdateEventHandler^ value);
}
JScript does not support events.
member UpdateSolution_StartUpdateEvent : IEvent<ActionableUpdateSolutionListener..::..UpdateSolutionStartUpdateEventHandler,
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
ActionableUpdateSolutionListener Class
ActionableUpdateSolutionListener Members
Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities Namespace