バージョン

NetworkNodeMouseWheelEventArgs コンストラクタ

NetworkNodeMouseWheelEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal nodeControl As NetworkNodeNodeControl, _
   ByVal e As MouseWheelEventArgs _
)
public NetworkNodeMouseWheelEventArgs( 
   NetworkNodeNodeControl nodeControl,
   MouseWheelEventArgs e
)

パラメータ

nodeControl
ノード コントロール。
e
イベントのデータを含む System.Windows.Input.MouseWheelEventArgs インスタンス。
参照