C# Class Platform.MeterEventArgs

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
MeterEventArgs ( object newValue, object oldValue ) : System

Constructs a new MeterEventArgs.

Method Details

MeterEventArgs() public méthode

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