C# 클래스 YAMP.PlotEventArgs

Contains information about which variable changed its value into what.
상속: EventArgs
파일 보기 프로젝트 열기: CHMP-HLab/HLab.Erp.Lims.Analysis 1 사용 예제들

공개 메소드들

메소드 설명
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