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. Web Development
  3. ASP.NET
  4. How to call a eventhandler ?

How to call a eventhandler ?

Scheduled Pinned Locked Moved ASP.NET
questionhelptutorial
2 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.
  • N Offline
    N Offline
    NewToAspDotNet
    wrote on last edited by
    #1

    Hi All, Im very new in this and i hope you can help me with this. In my code i have to call this eventhandler: private void ProgressBar1_ItemClick(object sender, EO.Web.ProgressTaskEventArgs e) How can i call this methode? Thanks

    C 1 Reply Last reply
    0
    • N NewToAspDotNet

      Hi All, Im very new in this and i hope you can help me with this. In my code i have to call this eventhandler: private void ProgressBar1_ItemClick(object sender, EO.Web.ProgressTaskEventArgs e) How can i call this methode? Thanks

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

      It's a method, so call it. USe this for sender, and EventArgs.Empty for event args, if you don't have any. Of course, if the code expects values in the event args, then you're screwed. it looks to me like this a third party control, I suspect you need to read their docs as to how to report progress. Why the hell are you using a third party control if you're 'very new at this' ?

      Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.

      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