Show / Hide Table of Contents

Class StringEvent

A event that can be raised with string argument(s).

Inheritance
System.Object
EventBase
Event<System.String>
StringEvent
Inherited Members
Event<String>.ListenerCount
Event<String>.EventTypes
Event<String>.Listeners
Event<String>.Raise(String)
Event<String>.Raise(Box<String>)
Event<String>.UnsafeRaise(Object[])
Event<String>.AddListener(Action<String>)
Event<String>.RemoveListener(Action<String>)
Namespace: FasterGames.Whiskey.Events
Assembly: cs.temp.dll.dll
Syntax
public class StringEvent : Event<string>
In This Article
Back to top Copyright FasterGames ©