Search Results for

    Show / Hide Table of Contents

    Class SUCustomEventEventData

    Event data for Custom Event Trigger

    Inheritance
    Object
    SUCustomEventEventData
    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
    In This Article
    Back to top Copyright © 2021 ATStudio