System::EventHandler typedef
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 = MulticastDelegate<void(System::SharedPtr<Object>, TEventArgs)>
See Also
- Namespace System
- Library Aspose.PUB for C++