Eplan Platform API
EPLAN API / API Reference / Events / Page.ConnectionDirty
Page.ConnectionDirty
Sent when a page gets dirty.


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);
};