poison.core.eventargs.changeeventargs
Source
Module for change event args handling.
Authors:
Jacob Jensen
License:
https://github.com/PoisonEngine/poison-ui/blob/master/LICENSE
public:
public this(T oldValue, T newValue);
Creates a new change event args.
Parameters:
oldValue The old value.
newValue The new value.
public @property T oldValue();
Gets the old value.
public @property T newValue();
Gets the new value.
Generated by venom - Poison Engine's Documentation Generator
Module for change event args handling.
Authors:
Jacob JensenLicense:
https://github.com/PoisonEngine/poison-ui/blob/master/LICENSEpublic this(T oldValue, T newValue);
Creates a new change event args.
Parameters:
oldValue | The old value. |
newValue | The new value. |
public @property T oldValue();
Gets the old value.
public @property T newValue();
Gets the new value.