バージョン

OnShapeTypeChanged(DiagramShapeType,DiagramShapeType) メソッド

ShapeType プロパティ変更ハンドラー。
シンタックス
'宣言
 
Protected Overridable Sub OnShapeTypeChanged( _
   ByVal oldValue As DiagramShapeType, _
   ByVal newValue As DiagramShapeType _
) 
protected virtual void OnShapeTypeChanged( 
   DiagramShapeType oldValue,
   DiagramShapeType newValue
)

パラメータ

oldValue
古い値。
newValue
新しい値。
参照