InvokeByRef(ref TArgs)
Invokes all registered event handlers. This method should be used when the delegate has out or ref parameters
or has a non-void return type. In the latter case, the return value must be mapped as a tuple element.
Declaration
public void InvokeByRef(ref TArgs args)Parameters
| Type | Name | Description |
|---|---|---|
| TArgs | args | The event arguments. |