C# Class ARCed.Controls.EquipmentChangedEventArgs

Event arguments used for changing equipment events
Mostrar archivo Open project: borisblizzard/arcreator

Public Methods

Method Description
EquipmentChangedEventArgs ( int index, int equipmentId, string propertyName ) : System

Default constructor

Method Details

EquipmentChangedEventArgs() public method

Default constructor
public EquipmentChangedEventArgs ( int index, int equipmentId, string propertyName ) : System
index int Index of the item
equipmentId int ID of the item's selected equipment
propertyName string Name of the RPG object property this value represents
return System