Public Member Functions | Properties

Romulus.EventArgs-g< T > Class Template Reference

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

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

template<T >
Romulus.EventArgs-g< T >.EventArgs ( value  ) 

Creates a new EventArgs object.

Parameters:
value The value associated with an event.

Property Documentation

template<T >
T Romulus.EventArgs-g< T >.Value [get, set]

Gets the value associated with this event.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties Events