C# 클래스 ARCed.Controls.EquipFixChangedEventArgs

Event arguments for used for changing fixed status events
파일 보기 프로젝트 열기: borisblizzard/arcreator

공개 메소드들

메소드 설명
EquipFixChangedEventArgs ( bool value, string propertyName ) : System

Default constructor

메소드 상세

EquipFixChangedEventArgs() 공개 메소드

Default constructor
public EquipFixChangedEventArgs ( bool value, string propertyName ) : System
value bool Value indicating the fixed status of the slot
propertyName string Name of the RPG object property this value represents
리턴 System