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. C#
  4. event handler

event handler

Scheduled Pinned Locked Moved C#
oopquestion
3 Posts 3 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.
  • H Offline
    H Offline
    Harikrk
    wrote on last edited by
    #1

    Can we do polymorphism on event handlers in the event handler the default parameters will be sender and e. Can i add more parameters to that ? regards hari

    N Mike HankeyM 2 Replies Last reply
    0
    • H Harikrk

      Can we do polymorphism on event handlers in the event handler the default parameters will be sender and e. Can i add more parameters to that ? regards hari

      N Offline
      N Offline
      Not Active
      wrote on last edited by
      #2

      Not unless the delegate has extra parameters


      only two letters away from being an asset

      1 Reply Last reply
      0
      • H Harikrk

        Can we do polymorphism on event handlers in the event handler the default parameters will be sender and e. Can i add more parameters to that ? regards hari

        Mike HankeyM Offline
        Mike HankeyM Offline
        Mike Hankey
        wrote on last edited by
        #3

        If I understand your question No you cannot add extra parameters to system event handlers such as OnPaint or OnsizeChanged but you can on custom event handlers by adding extra parameters to the delegate. Everybody gotta be somebody

        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