Eplan Platform API
Eplan API / API Reference / Events / Page.ConnectionDirty
In This Topic
    Page.ConnectionDirty
    In This Topic
    Sent when a page gets dirty.

    Parameter

    Has no event parameter.

    Example


    m_EventHandler = new EventHandler("Page.ConnectionDirty"); m_EventHandler.EplanEvent += delegate { new Decider().Decide(EnumDecisionType.eOkDecision, "Page.ConnectionDirty was called!", "Title", EnumDecisionReturn.eOK, EnumDecisionReturn.eOK); };