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