Eplan Platform API
EPLAN API / API Reference / Events / Eplan.EplApi.OnResetRibbon
In This Topic
    Eplan.EplApi.OnResetRibbon
    In This Topic
    Sent when the customize ribbon dialog is closed with OK and the reset button was pressed before.

    Parameters

    Has no event parameter.

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