Wiki

Changes between Version 1 and Version 2 of Events

Show
Ignore:
Timestamp:
11/22/10 19:37:06 (13 years ago)
Author:
todd.a
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Events

    v1 v2  
    2626== Grammar == 
    2727{{{ 
     28#!cobra 
    2829 
    2930# specify the signature of an event 
     
    5354(FWIW its the C# example at [http://msdn.microsoft.com/en-us/library/9aackb16%28v=VS.71%29.aspx Event Sample] converted to cobra.) 
    5455{{{ 
     56#!cobra 
    5557namespace EventSample 
    5658 
     
    176178(print some of the args fields in this case). 
    177179{{{ 
     180#!cobra 
    178181%% args -target:exe 
    179182