August 2017
Beginner to intermediate
480 pages
11h 7m
English
Delegate methods serve as a contract between the delegate instance and the delegate handler, without any code/logic itself. The SubscribesTo keyword in an event handler method creates a static delegate handler. SubscribesTo requires a class name and delegate method name.
We created a new delegate method and called this method in between the new method. When a pointer calls this method, it will call event handler code and we will get the required buffer.
Read now
Unlock full access