routedevents Questions
3
Solved
I have an UserControl in WPF:
<UserControl x:Class="XLogin.DBLogin"
x:Name="DBLoginUserFrame"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.micros...
Dolhenty asked 23/1, 2013 at 11:50
4
I'm relatively new with WPF.
I'm trying to understand the difference between MouseDownEvent and PreviewMouseDownEvent.
I understand the WPF event strategies and i understand that the MouseDown ev...
Juna asked 5/6, 2010 at 21:25
3
Solved
I have my own shape class
public sealed class MirrorTile : Shape
and in this class I added the event
public static readonly RoutedEvent SelectedEnterEvent = EventManager.RegisterRoutedEvent("Se...
Bunko asked 25/2, 2013 at 13:48
1
© 2022 - 2024 — McMap. All rights reserved.