Eplan Platform API
EPLAN API / API Reference / Events / Ged.Redraw
Ged.Redraw
If you send this event, a redraw of the graphical editor is forced.


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