Uploaded November 2012 | Updated September 2026, 2 weeks ago
Subscribe to our channel here for notifications on new video trainings. For more videos on technology, visit our website at http://www.techytube.com.
By mzmuda@techytube, for more from this author visit:
techytube.com/author/mzmuda
In our last video, we went over the basics of XAML, and replacing elements in a Windows Store XAML project.
Next, we will cover another tenet of Windows development, the Event Handler.
An event handler will run an arbitrary code block when something happens to a control, for example when a button is clicked.
Connecting the code and event is a simple, but very important process to understand.
In this video, I will show you how to create an event handler, and hook it up to a Button control.
References
C# Hello World -- msdn.microsoft.com/en-us/library/windows/apps/hh986965.aspx
Subscribe to our channel here for notifications on new video trainings. For more videos on technology, visit our website at http://www.techytube.com.
By mzmuda@techytube, for more from this author visit:
techytube.com/author/mzmuda
In our last video, we went over the basics of XAML, and replacing elements in a Windows Store XAML project.
Next, we will cover another tenet of Windows development, the Event Handler.
An event handler will run an arbitrary code block when something happens to a control, for example when a button is clicked.
Connecting the code and event is a simple, but very important process to understand.
In this video, I will show you how to create an event handler, and hook it up to a Button control.
References
C# Hello World -- msdn.microsoft.com/en-us/library/windows/apps/hh986965.aspx










