C# Class F1Publisher.DataGenerators.IntegerScalarEventArgs

Inheritance: System.EventArgs
Show file Open project: pushtechnology/blog-steering-wheel Class Usage Examples

Public Properties

Property Type Description
Value long

Public Methods

Method Description
IntegerScalarEventArgs ( long value ) : System

Method Details

IntegerScalarEventArgs() public method

public IntegerScalarEventArgs ( long value ) : System
value long
return System

Property Details

Value public property

public long Value
return long