Click or drag to resize

IResourcePreChangeEventTSource, TArgs Interface

Defines a change event that has not yet happened, and can be altered.

Namespace:  Archon.SwissArmyLib.ResourceSystem
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public interface IResourcePreChangeEvent<TSource, TArgs> : IResourceEvent<TSource, TArgs>

Type Parameters

TSource

[Missing <typeparam name="TSource"/> documentation for "T:Archon.SwissArmyLib.ResourceSystem.IResourcePreChangeEvent`2"]

TArgs

[Missing <typeparam name="TArgs"/> documentation for "T:Archon.SwissArmyLib.ResourceSystem.IResourcePreChangeEvent`2"]

The IResourcePreChangeEventTSource, TArgs type exposes the following members.

Properties
  NameDescription
Public propertyArgs
Gets or sets the args that the sender sent with the change.
(Inherited from IResourceEventTSource, TArgs.)
Public propertyModifiedDelta
Gets or sets the modified delta that will be applied after this event.
Public propertyOriginalDelta
Gets the originally requested resource change.
Public propertySource
Gets or sets the source of the resource change.
(Inherited from IResourceEventTSource, TArgs.)
Top
See Also