Defines an event args class with a generic parameter.
More...
List of all members.
Public Member Functions |
| EventArgs (T value) |
| Creates a new EventArgs object.
|
Properties |
T | Value [get, set] |
| Gets the value associated with this event.
|
Detailed Description
template<T>
class Romulus::EventArgs-g< T >
Defines an event args class with a generic parameter.
- Template Parameters:
-
| T | The type for the generic parameter. |
Member Function Documentation
Creates a new EventArgs object.
- Parameters:
-
| value | The value associated with an event. |
Property Documentation
Gets the value associated with this event.
The documentation for this class was generated from the following file:
- D:/VS/Romulus/RomulusPublic/EventArgs.cs