Class SUCustomEventEventData
Event data for Custom Event Trigger
Namespace: Surfer
Assembly: cs.temp.dll.dll
Syntax
public class SUCustomEventEventData
Constructors
SUCustomEventEventData(String, Object[])
Declaration
public SUCustomEventEventData(string eventName, object[] customData)
Parameters
| Type | Name | Description |
|---|---|---|
| String | eventName | |
| Object[] | customData |
Properties
CustomData
Declaration
public object[] CustomData { get; }
Property Value
| Type | Description |
|---|---|
| Object[] |
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| String |