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. .NET (Core and Framework)
  4. Raising Events in .Net

Raising Events in .Net

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharphelplearning
4 Posts 4 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.
  • R Offline
    R Offline
    ravindradonkada
    wrote on last edited by
    #1

    Hai , I am Ravindra at present I am learning .net. When I am working with .net controls ,I am not getting all the events loaded . (ie) for suppose if i used button control,i am not getting all the events of that respective control loaded in code page. Please help.... thanx in advance.

    G C L 3 Replies Last reply
    0
    • R ravindradonkada

      Hai , I am Ravindra at present I am learning .net. When I am working with .net controls ,I am not getting all the events loaded . (ie) for suppose if i used button control,i am not getting all the events of that respective control loaded in code page. Please help.... thanx in advance.

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      What do you mean when you say that you don't "get the events loaded"?

      --- b { font-weight: normal; }

      1 Reply Last reply
      0
      • R ravindradonkada

        Hai , I am Ravindra at present I am learning .net. When I am working with .net controls ,I am not getting all the events loaded . (ie) for suppose if i used button control,i am not getting all the events of that respective control loaded in code page. Please help.... thanx in advance.

        C Offline
        C Offline
        Christian Graus
        wrote on last edited by
        #3

        Are you saying that you're overloading events and they are not firing as yuo'd expect ? Which events ? In what circumstances ?

        Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

        1 Reply Last reply
        0
        • R ravindradonkada

          Hai , I am Ravindra at present I am learning .net. When I am working with .net controls ,I am not getting all the events loaded . (ie) for suppose if i used button control,i am not getting all the events of that respective control loaded in code page. Please help.... thanx in advance.

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          ravindradonkada wrote:

          When I am working with .net controls ,I am not getting all the events loaded .

          If I read you correcly you are expecting all the event handler code to be made in advance? You either need to override the event or dbl-click the event in Visual Studio and it will regester a delegate. If can speak your native language I could translate it using the internet to better understand your problem.

          static int Sqrt(int x) { if (x<0) throw new ArgumentOutOfRangeException(); int temp, y=0, b=0x8000, bshft=15, v=x; do { if (v>=(temp=(y<<1)+b<>=1)>0); return y; :omg:

          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