Gets the value of the specified type.

C# | Visual Basic | Visual C++ |
public EventArgs( PROPERTY1 value )
Public Sub New ( _ value As PROPERTY1 _ )
public: EventArgs( PROPERTY1 value )

- value (PROPERTY1)
- The type of the argument.
C# | Visual Basic | Visual C++ |
public EventArgs( PROPERTY1 value )
Public Sub New ( _ value As PROPERTY1 _ )
public: EventArgs( PROPERTY1 value )