C# Class Kippt.KipptEventArgs

Contains the event data and state of a request.
Inheritance: System.EventArgs
Mostra file Open project: Haythem/Kippt.NET Class Usage Examples

Public Methods

Method Description
KipptEventArgs ( ) : System

Initializes a new instance of the KipptEventArgs class.

Method Details

KipptEventArgs() public method

Initializes a new instance of the KipptEventArgs class.
public KipptEventArgs ( ) : System
return System