Changes between Version 1 and Version 2 of Events
- Timestamp:
- 11/22/10 19:37:06 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Events
v1 v2 26 26 == Grammar == 27 27 {{{ 28 #!cobra 28 29 29 30 # specify the signature of an event … … 53 54 (FWIW its the C# example at [http://msdn.microsoft.com/en-us/library/9aackb16%28v=VS.71%29.aspx Event Sample] converted to cobra.) 54 55 {{{ 56 #!cobra 55 57 namespace EventSample 56 58 … … 176 178 (print some of the args fields in this case). 177 179 {{{ 180 #!cobra 178 181 %% args -target:exe 179 182