Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7510087
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T23:07:31+00:00 2026-05-29T23:07:31+00:00

I am currently using DevExpress 11.2 within Visual Studio 2010. Currently I am using

  • 0

I am currently using DevExpress 11.2 within Visual Studio 2010. Currently I am using two DevExpress.XtraBars.BarEditItem which gives me two check boxes (with a label) in my menu bar (DevExpress.XtraBars.Bar) at the top of my windows form. Right now I have working code so that when one checkbox is clicked it unchecks/checks the other checkbox and executes code specific to that box. This works.

My problem is that the DevExpress.XtraBars.BarEditItem does not have a check changed event. Currently I am using the EditValueChanged event as the checked check box is set to True and the unchecked checkbox is set to false. However the EditValueChanged event isn’t called until the checkbox looses focus. This doesn’t work for me as I want it instantaneous. I looked into the itemClick and ItemPress events but they don’t give me the new editvalue and if someone presses on the caption (rather than the box portion) it still fires. Is there someway to get the event right away??

I am looking in two different older projects (both in Visual Studio 2008 and using DevExpress 9.2 and 10.2) and it looks like it does everything the same way as me yet the EditValueChanged event fires right away without any lose of focus.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T23:07:33+00:00Added an answer on May 29, 2026 at 11:07 pm

    Actually what you want to do is use the events on the repositoryCheckEdit that is in the BarItem, rather than the barEditItems events directly. It will have CheckChanged and CheckStateChanged Events that you can use.

    The repository Item that you want to use for the events will be listed in the Edit property of the BarEditItem.

    In Code:

        Dim item As New DevExpress.XtraBars.BarEditItem
        Dim Editor As New DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit
        item.Edit = Editor
        AddHandler Editor.CheckedChanged, AddressOf RepositoryItemCheckEdit1_CheckedChanged
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am currently using DevExpress 10.2 within Visual Studio 2010. In a previous question
I am currently programming within Visual Studio 2010 using VB.Net and DevExpress V10.2 Winforms.
I am currently programming in Visual Studio 2010 within VB.NET and am using DevExpress
I am currently using DevExpress 10.2 within Visual Studio 2010. I am printing the
I am currently using Visual Studio 2008 with Devexpress 10.2. My sum for some
I am using a DevExpress (10.2) Treelist in my VB.Net project in Visual Studio
I am currently using Visual Studio 2008 (VB.Net) and SQL Server 2008. I have
I am using DevExpress.XtraEditors.LookUpEdit to display the information about the classes available. Currently it
I am currently developing a C# based asp.net page. I am using the Devexpress
Im currently using Apache behind an Nginx Proxy which really works fine with one

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.