This sample shows how to declare, invoke, and configure events in C#. For additional information, see
Security Note |
---|
This sample code is provided to illustrate a concept and should not be used in applications or Web sites, as it may not illustrate the safest coding practices. Microsoft assumes no liability for incidental or consequential damages should the sample code be used for purposes other than as intended. |
To build and run the Events samples within Visual Studio
In Solution Explorer, right-click the Events1 project and click Set as StartUp Project.
On the Debug menu, click Start Without Debugging.
Repeat the preceding steps for Events2.
To build and run the Events samples from the Command Line
Use the Change Directory command to change to the Events1 directory.
Type the following:
csc events1.cs events1
Use the Change Directory command to change to the Events2 directory.
Type the following:
csc events2.cs events2