C# Класс YAMP.PlotEventArgs

Contains information about which variable changed its value into what.
Наследование: EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
PlotEventArgs ( PlotValue value ) : System

Creates a new instance.

PlotEventArgs ( PlotValue value, String propertyName ) : System

Creates a new instance.

Описание методов

PlotEventArgs() публичный Метод

Creates a new instance.
public PlotEventArgs ( PlotValue value ) : System
value PlotValue The PlotValue for the arguments.
Результат System

PlotEventArgs() публичный Метод

Creates a new instance.
public PlotEventArgs ( PlotValue value, String propertyName ) : System
value PlotValue The PlotValue for the arguments.
propertyName String The name of the property.
Результат System