Results 1 to 4 of 4

Thread: How to define an event?

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2012
    Posts
    32

    How to define an event?

    I have datagridview1 in my application. I want a procedure which execute if datagridview1 item(1,0) value is changed to 1.
    How do i define such an event?

  2. #2
    PowerPoster dunfiddlin's Avatar
    Join Date
    Jun 2012
    Posts
    8,245

    Re: How to define an event?

    DGV already has a CellEndEdit event for just such an ... er ... event.
    As the 6-dimensional mathematics professor said to the brain surgeon, "It ain't Rocket Science!"

    Reviews: "dunfiddlin likes his DataTables" - jmcilhinney

    Please be aware that whilst I will read private messages (one day!) I am unlikely to reply to anything that does not contain offers of cash, fame or marriage!

  3. #3

    Thread Starter
    Member
    Join Date
    Oct 2012
    Posts
    32

    Re: How to define an event?

    That is what i needed, thank you.

  4. #4

    Thread Starter
    Member
    Join Date
    Oct 2012
    Posts
    32

    Re: How to define an event?

    deleted
    Last edited by yuksas; Oct 25th, 2012 at 01:06 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width