Kunal Kumar
Is it possible for a control to define a handler for an event, that the control can't itself raise?
By Kunal Kumar in WPF on Sep 26 2014
  • Munesh Sharma
    Oct, 2014 1

    yes

    • 0
  • Kunal Kumar
    Sep, 2014 26

    Yes, It's is possible for a control to define a handler for an event, that the control can't itself raise. These incidents are called attached events. For example, a button controls in a grid. The button class defines a click event, but the grid class doest not. However, you can still define a handler for buttons in the grid by attaching the Click events of the button control.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS