Click or drag to resize

IResourceEventTSource, TArgs Interface

Defines a barebones resource event.

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

Type Parameters

TSource

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

TArgs

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

The IResourceEventTSource, TArgs type exposes the following members.

Properties
  NameDescription
Public propertyArgs
Gets or sets the args that the sender sent with the change.
Public propertySource
Gets or sets the source of the resource change.
Top
See Also