protected virtual void OnShapeSingleClicked(DiagramShapeEventArgs evt) { if (this.ShapeSingleClicked != null) { this.ShapeSingleClicked(this, evt); } }
protected virtual void OnShapeHover(DiagramShapeEventArgs evt) { if (this.ShapeHover != null) { this.ShapeHover(this, evt); } }