バージョン

NoteEventArgs コンストラクタ

指定した Note を使用して、新しい NoteEventArgs オブジェクトを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal note As Note _
)
public NoteEventArgs( 
   Note note
)

パラメータ

note
イベントに関連付けられたnoteオブジェクト。
参照