Wiki

Changes between Version 4 and Version 5 of Raise

Show
Ignore:
Timestamp:
11/22/12 01:01:22 (12 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Raise

    v4 v5  
    33Raises an event which will directly notify any [wiki:Listen listeners] for that event. An event can only be raised for the same class and the same instance. 
    44 
    5 The number and types of args given in the raise statement must match those declared in the [wiki:Delegate sig] used as the type for the event being raised with two exceptions: 
     5The number and types of args given in the raise statement must match those declared in the [wiki:Delegates sig] used as the type for the event being raised with two exceptions: 
    66 
    77 1. The `sender` which is always `this` should not be specified.