Changes between Version 4 and Version 5 of Raise
- Timestamp:
- 11/22/12 01:01:22 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Raise
v4 v5 3 3 Raises 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. 4 4 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:5 The 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: 6 6 7 7 1. The `sender` which is always `this` should not be specified.