Wiki

Changes between Version 1 and Version 2 of Ignore

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

--

Legend:

Unmodified
Added
Removed
Modified
  • Ignore

    v1 v2  
    99== Grammar == 
    1010{{{ 
     11#!cobra 
    1112ignore <event>, <method-reference> 
    1213}}} 
     
    1516== Examples == 
    1617{{{ 
     18#!cobra 
    1719use System.Windows.Forms 
    1820 
     
    3133Full example showing signature and event declaration and convenience method for firing/raising an event. 
    3234{{{ 
     35#!cobra 
    3336 
    3437# delegate for ActionEvent  <eventName>EventHandler