C# Class ARCed.Controls.EquipFixChangedEventArgs

Event arguments for used for changing fixed status events
Show file Open project: borisblizzard/arcreator

Public Methods

Method Description
EquipFixChangedEventArgs ( bool value, string propertyName ) : System

Default constructor

Method Details

EquipFixChangedEventArgs() public method

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
return System