Click or drag to resize
MyEventArgs Constructor (KeyValuePairMyStringId, Object)

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the MyEventArgs class

Namespace: VRage.Utils
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public MyEventArgs(
	KeyValuePair<MyStringId, Object>[] args
)

Parameters

args
Type: System.Collections.GenericKeyValuePairMyStringId, Object

[Missing <param name="args"/> documentation for "M:VRage.Utils.MyEventArgs.#ctor(System.Collections.Generic.KeyValuePair{VRage.Utils.MyStringId,System.Object}[])"]

See Also