C# Class Gearset.Components.BooleanChangedEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: juancampa/Gearset Class Usage Examples

Public Methods

Method Description
BooleanChangedEventArgs ( bool newValue ) : System

Method Details

BooleanChangedEventArgs() public method

public BooleanChangedEventArgs ( bool newValue ) : System
newValue bool
return System