コード例 #1
0
 protected void OnShapeDoubleClick(ModelElementEventArgs e)
 {
     if (this.ShapeDoubleClick != null)
         ShapeDoubleClick(this, e);
 }
コード例 #2
0
 protected void OnShapeConfiguring(ModelElementEventArgs e)
 {
     if (this.ShapeConfiguring != null)
         ShapeConfiguring(this, e);
 }