Show / Hide Table of Contents

Class MyEventArgs

Inheritance
System.Object
MyEventArgs
Namespace: VRage.Utils
Assembly: VRage.dll
Syntax
public class MyEventArgs : EventArgs

Constructors

MyEventArgs()

Declaration
public MyEventArgs()

MyEventArgs(KeyValuePair<MyStringId, Object>)

Declaration
public MyEventArgs(KeyValuePair<MyStringId, object> arg)
Parameters
Type Name Description
System.Collections.Generic.KeyValuePair<MyStringId, System.Object> arg

MyEventArgs(KeyValuePair<MyStringId, Object>[])

Declaration
public MyEventArgs(KeyValuePair<MyStringId, object>[] args)
Parameters
Type Name Description
System.Collections.Generic.KeyValuePair<MyStringId, System.Object>[] args

Properties

ArgNames

Declaration
public Dictionary<MyStringId, object>.KeyCollection ArgNames { get; }
Property Value
Type Description
System.Collections.Generic.Dictionary.KeyCollection<>

Methods

GetArg(MyStringId)

Declaration
public object GetArg(MyStringId argName)
Parameters
Type Name Description
MyStringId argName
Returns
Type Description
System.Object

SetArg(MyStringId, Object)

Declaration
public void SetArg(MyStringId argName, object value)
Parameters
Type Name Description
MyStringId argName
System.Object value
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾