Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. enumerate Event handlers For a control

enumerate Event handlers For a control

Scheduled Pinned Locked Moved Visual Basic
questiontutorial
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • X Offline
    X Offline
    xstoneheartx
    wrote on last edited by
    #1

    Hi I have a Button(for example) and I want to check how many click eventhandlers have been assigened tothis Button how can I do it? ----- suppose that I have a Button , I want to assign an eventhandler for its click event, only if it has no eventhandler. how can I do it?

    D 1 Reply Last reply
    0
    • X xstoneheartx

      Hi I have a Button(for example) and I want to check how many click eventhandlers have been assigened tothis Button how can I do it? ----- suppose that I have a Button , I want to assign an eventhandler for its click event, only if it has no eventhandler. how can I do it?

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      I've got a huge headache right now (side-effect of being at work!), so I could be wrong here, but I don't think there is a way for you to do that. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

      X 1 Reply Last reply
      0
      • D Dave Kreskowiak

        I've got a huge headache right now (side-effect of being at work!), so I could be wrong here, but I don't think there is a way for you to do that. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

        X Offline
        X Offline
        xstoneheartx
        wrote on last edited by
        #3

        Hi Tanx, what is the usage of Me.Events? Can't it help me?

        D 1 Reply Last reply
        0
        • X xstoneheartx

          Hi Tanx, what is the usage of Me.Events? Can't it help me?

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          Nope. It's a Protected, ReadOnly property that returns an EventHandlerList object. The EventHandlerList has no enumeration capabilities since it is not a true collection. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups