C# Class ARCed.Controls.EquipFixChangedEventArgs

Event arguments for used for changing fixed status events
Afficher le fichier Open project: borisblizzard/arcreator

Méthodes publiques

Méthode Description
EquipFixChangedEventArgs ( bool value, string propertyName ) : System

Default constructor

Method Details

EquipFixChangedEventArgs() public méthode

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
Résultat System