Class MyEventSet
From http://www.wintellect.com/Resources CLR Via C# by Jeffrey Richter
Inheritance
System.Object
MyEventSet
Namespace: VRage.Utils
Assembly: VRage.dll
Syntax
public sealed class MyEventSet : Object
Constructors
MyEventSet()
Declaration
public MyEventSet()
Methods
Add(MyStringId, Delegate)
Declaration
public void Add(MyStringId eventKey, Delegate handler)
Parameters
Type | Name | Description |
---|---|---|
MyStringId | eventKey | |
System.Delegate | handler |
Raise(MyStringId, Object, EventArgs)
Declaration
public void Raise(MyStringId eventKey, object sender, EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
MyStringId | eventKey | |
System.Object | sender | |
System.EventArgs | e |
Remove(MyStringId, Delegate)
Declaration
public void Remove(MyStringId eventKey, Delegate handler)
Parameters
Type | Name | Description |
---|---|---|
MyStringId | eventKey | |
System.Delegate | handler |