WPF(Windows Presentation Foundation)-Adding events to UserControl

added by jazsaini
2/17/2011 11:50:12 AM

156 Views

Create a static property of type System.Windows.RoutedEvent in the code-behind of your user control, with the word Event added to the end of the name of the event you want to raise, and register it with the EventManager:


0 comments