fCraft  0.638
Custom Minecraft Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events
fCraft.Events.ConfigKeyChangingEventArgs Class Reference

Provides data for Config.KeyChanging event. Allows modification of the value. Cancelable. More...

+ Inheritance diagram for fCraft.Events.ConfigKeyChangingEventArgs:
+ Collaboration diagram for fCraft.Events.ConfigKeyChangingEventArgs:

Public Member Functions

 ConfigKeyChangingEventArgs (ConfigKey key, string oldValue, string newValue)
 

Properties

ConfigKey Key [get, set]
 
string OldValue [get, set]
 
string NewValue [get, set]
 
bool Cancel [get, set]
 
- Properties inherited from fCraft.ICancelableEvent
bool Cancel [get, set]
 Set to "true" to cancel the event.
 

Detailed Description

Provides data for Config.KeyChanging event. Allows modification of the value. Cancelable.

Constructor & Destructor Documentation

fCraft.Events.ConfigKeyChangingEventArgs.ConfigKeyChangingEventArgs ( ConfigKey  key,
string  oldValue,
string  newValue 
)

Property Documentation

bool fCraft.Events.ConfigKeyChangingEventArgs.Cancel
getset
ConfigKey fCraft.Events.ConfigKeyChangingEventArgs.Key
getset
string fCraft.Events.ConfigKeyChangingEventArgs.NewValue
getset
string fCraft.Events.ConfigKeyChangingEventArgs.OldValue
getset

The documentation for this class was generated from the following file: