|
@@ -104,7 +104,7 @@ public delegate void EntitySaveEvent(IDynamicEditorForm editor, BaseObject[] ite
|
|
|
|
|
|
public delegate bool DynamicGridButtonClickEvent(Button button, CoreRow[] rows);
|
|
public delegate bool DynamicGridButtonClickEvent(Button button, CoreRow[] rows);
|
|
|
|
|
|
-public delegate void OnContextMenuOpening(CoreTreeNode node, ContextMenu menu);
|
|
|
|
|
|
+public delegate void OnContextMenuOpening(CoreTreeNode? node, ContextMenu menu);
|
|
|
|
|
|
|
|
|
|
public class DynamicGridSelectionEventArgs : CancelEventArgs
|
|
public class DynamicGridSelectionEventArgs : CancelEventArgs
|