fCraft  0.636
Custom Minecraft Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events
Public Member Functions | Properties | List of all members
fCraft.Events.ConfigKeyChangingEventArgs Class Reference

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

Inheritance diagram for fCraft.Events.ConfigKeyChangingEventArgs:
Inheritance graph
[legend]
Collaboration diagram for fCraft.Events.ConfigKeyChangingEventArgs:
Collaboration graph
[legend]

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: