Profile Picture

WPF Mouse Interactivity

Posted By Gil Lund 9 Years Ago
Author
Message
Gil Lund
Posted 9 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)

Group: Forum Members
Last Active: 9 Years Ago
Posts: 2, Visits: 15
Hello,  I'm trying to get my chart control to respond to the MouseDown click event.  I see the examples for implementing in Winforms but I can't get the event handler in the control to fire.  I can get a generic event handler to fire from within other elements of the window.

<wpf:NTimelineChartControl x:Name="nChartControl1" Background="Transparent" MouseDown="NChartControl1_OnMouseDown" IsHitTestVisible="True"/>

Thx,

Gil.

Tags
WPF



Similar Topics


Reading This Topic