C# 클래스 YAMP.VariableEventArgs

Contains information about which variable changed its value into what.
상속: System.EventArgs
파일 보기 프로젝트 열기: FlorianRappl/YAMP 1 사용 예제들

공개 메소드들

메소드 설명
VariableEventArgs ( string name, Value value ) : System

Creates a new instance.

메소드 상세

VariableEventArgs() 공개 메소드

Creates a new instance.
public VariableEventArgs ( string name, Value value ) : System
name string The name of the variable.
value Value The value of the variable.
리턴 System