private void OnPresenterCreated(PresenterCreatedEventArgs args) { if (PresenterCreated != null) { PresenterCreated(this, args); } }