Community & Support
Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Panelbar (obsolete as of Q2 2010) > Lost Focus

Not answered Lost Focus

Feed from this thread
  • Claude avatar

    Posted on Feb 15, 2010 (permalink)

    Is there a Lost Focus event for Panelbar.  Can not find one.

    How can i accomplish this it there is none?

    Reply

  • Martin Vasilev Martin Vasilev admin's avatar

    Posted on Feb 18, 2010 (permalink)

    Hi Claude,

    Thank you for your question. Actually, RadPanelBar has LostFocus event:

    this.radPanelBar1.LostFocus += new EventHandler(radPanelBar1_LostFocus);

    Let me know if you have additional questions.

    Regards,
    Martin Vasilev
    the Telerik team

    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.

    Reply

  • Q1 Webinar Week

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Panelbar (obsolete as of Q2 2010) > Lost Focus