void actionEngineActionForm_FullInitialized(object sender, EventArgs e)
{
MercatorUi.Forms.Action.ActionForm actionForm = (MercatorUi.Forms.Action.ActionForm)sender;
actionForm.FullInitialized -= actionEngineActionForm_FullInitialized;
if (actionForm.ActionEngine.ActionsRecord.SENT_OFFLINE)
Dialogs.Stop("Opgelet: deze actie is offline gedownload door een gebruiker van MercatorPenguin. De wijzigingen die hier worden aangebracht, gaan verloren bij de volgende synchronisatie!", actionForm);
}