Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > Buttons > How Handle click event on RadButton

Not answered How Handle click event on RadButton

Feed from this thread
  • gizmo avatar

    Posted on Oct 31, 2011 (permalink)

    I've a trouble.I want to Handle the click event on RadButton (like in MouseButtonEventArgs ),but I can't find this property in RoutedEventArgs.And if I  trying to implement MouseLeftButtonDown event in codebehind nothing happens, I can't subscribe on this event, bit with Click event all ok. How stop or handle Click event?

    Reply

  • Petar Mladenov Petar Mladenov admin's avatar

    Posted on Nov 3, 2011 (permalink)

    Hello Gizmo,

     The MouseLeftButtonDown event is handled by default and that is why it does not fire in your case. You have to attach to it via the RadButton.AddHandler method which allows using a handled events.

    Best wishes,
    Petar Mladenov
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > Buttons > How Handle click event on RadButton