Beispiel #1
0
 private void showObjectAction_CustomizePopupWindowParams(object sender, CustomizePopupWindowParamsEventArgs args)
 {
     args.DialogController.Cancelling += DialogController_Cancelling;
     args.View =
         ObjectEditorHelper.CreateDetailView(Properties.Application, Properties.ObjectSpace, EditValue,
                                             Properties.EditValueTypeInfo.Type, Properties.ReadOnly);
 }