Wiki

Changes between Version 1 and Version 2 of Listen

Show
Ignore:
Timestamp:
11/22/10 19:56:56 (14 years ago)
Author:
todd.a
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Listen

    v1 v2  
    1414== Grammar == 
    1515{{{ 
     16#!cobra 
    1617listen <event>, <method-reference> 
    1718}}} 
     
    2021== Examples == 
    2122{{{ 
     23#!cobra 
    2224use System.Windows.Forms 
    2325 
     
    3234Full example showing sig and event declaration and method to raise the event. 
    3335{{{ 
     36#!cobra 
    3437 
    3538# delegate for ActionEvent  <eventName>EventHandler 
     
    6164 
    6265{{{ 
     66#!cobra 
    6367# Todo example using closure/anonymous method 
    6468}}}