Results 1 to 4 of 4

Thread: How to define an event?

  1. #1
    Member
    Join Date
    Oct 12
    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 12
    Posts
    5,984

    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!"

    Praise for Dunfiddlin's work: What starts out as triumph soon becomes finessed into a tragedy of power, leaving only a sense of nihilism and the inevitability of a new reality.

    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
    Member
    Join Date
    Oct 12
    Posts
    32

    Re: How to define an event?

    That is what i needed, thank you.

  4. #4
    Member
    Join Date
    Oct 12
    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
  •