- target
- Target object to invoke the selector on.
- sel
- Selector to invoke.
The DisplayLink object that will invoke the specified method on each screen update.
With C# you can use the Create overload that takes a NSAction as it can be used with lambdas.
Once you create the display link, you must add the handler to the runloop.