C# Class Platform.MeterEventArgs

Contains event information for the IMeter interface.
Inheritance: System.EventArgs, IValued
Mostrar archivo Open project: platformdotnet/Platform Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
MeterEventArgs ( object newValue, object oldValue ) : System

Constructs a new MeterEventArgs.

Method Details

MeterEventArgs() public method

Constructs a new MeterEventArgs.
public MeterEventArgs ( object newValue, object oldValue ) : System
newValue object The new value
oldValue object The old value
return System