adding event handlers withour new operator

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bart

    adding event handlers withour new operator

    Hi,

    I am very curious what is the difference between these two lines:

    SomeEvent += new EventHandler(Me thod)

    and

    SomeEvent += new Method.

    It bothers me lately:)
Working...