C# Class AdEvade.Config.ConfigValueChangedArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: coman3/EloBuddy.Addons

Public Properties

Property Type Description
IsSpell bool

Public Methods

Method Description
ConfigValueChangedArgs ( ConfigValue key, object value ) : System
ConfigValueChangedArgs ( string key, object value ) : System

Method Details

ConfigValueChangedArgs() public method

public ConfigValueChangedArgs ( ConfigValue key, object value ) : System
key ConfigValue
value object
return System

ConfigValueChangedArgs() public method

public ConfigValueChangedArgs ( string key, object value ) : System
key string
value object
return System

Property Details

IsSpell public_oe property

public bool IsSpell
return bool