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.
More...
template<class TEventArgs = SharedPtr<EventArgs>>
class System::EventHandler< TEventArgs >
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.
- Template Parameters
-
TEventArgs | The type of the argument that represents the context of the event |