C# 클래스 AnimatGuiCtrls.Controls.PropertySpecEventArgs

Provides data for the GetValue and SetValue events of the PropertyBag class.
상속: System.EventArgs
파일 보기 프로젝트 열기: NeuroRoboticTech/AnimatLabPublicSource 1 사용 예제들

공개 메소드들

메소드 설명
PropertySpecEventArgs ( PropertySpec property, object val ) : System

Initializes a new instance of the PropertySpecEventArgs class.

메소드 상세

PropertySpecEventArgs() 공개 메소드

Initializes a new instance of the PropertySpecEventArgs class.
public PropertySpecEventArgs ( PropertySpec property, object val ) : System
property PropertySpec The PropertySpec that represents the property whose /// value is being requested or set.
val object The current value of the property.
리턴 System