C# Class AdEvade.Config.ConfigValueChangedArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: coman3/EloBuddy.Addons

Méthodes publiques

Свойство Type Description
IsSpell bool

Méthodes publiques

Méthode Description
ConfigValueChangedArgs ( ConfigValue key, object value ) : System
ConfigValueChangedArgs ( string key, object value ) : System

Method Details

ConfigValueChangedArgs() public méthode

public ConfigValueChangedArgs ( ConfigValue key, object value ) : System
key ConfigValue
value object
Résultat System

ConfigValueChangedArgs() public méthode

public ConfigValueChangedArgs ( string key, object value ) : System
key string
value object
Résultat System

Property Details

IsSpell public_oe property

public bool IsSpell
Résultat bool