Scheme of vsCommandEvent
The vsCommandEvent has more lightweight structure instead of vsSolutionBuildEvent
Structure
Information for this section is not complete or temporarily is not available. To fix it, click - Edit |
Model of events
The vsCommandEvent works on the similar Event-Actions model, i.e.:
- There is an configured event from Visual Studio.
- And exists some actions, that to be executed…
Basic work is a:
- Configure the event.
- Create and configure any actions for this.
- Enjoy.