EventHandler

EventHandler typedef

Represents a method that reacts to and processes an event. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type.

using System::EventHandler = typedef MulticastDelegate<void(System::SharedPtr<Object>, TEventArgs)>

See Also