Eplan Platform API
Eplan.EplApi.EServices.Ged Namespace / Interaction Class / OnSpecialEvent Method
Information about event.

In This Topic
    OnSpecialEvent Method
    In This Topic
    Special event has occurred. Usually caused by user input.
    Syntax
    public virtual RequestCode OnSpecialEvent( 
       InteractionEvent pEvent
    )
    public:
    virtual RequestCode OnSpecialEvent( 
       InteractionEvent^ pEvent
    ) 

    Parameters

    pEvent
    Information about event.

    Return Value

    Default RequestCode for this function is Nothing.
    See Also