Expression Editor for WinForms
ExpressionEditorCollection.ExpressionColectionEventHandler デリゲート

C1.Win.ExpressionEditor.5 アセンブリ > C1.Win.ExpressionEditor 名前空間 : ExpressionEditorCollection.ExpressionColectionEventHandler デリゲート
イベントを発生させたオブジェクト。
イベントデータを含む ExpressionEditorCollection.ExpressionCollectionEventArgs
ExpressionEditorCollection.ExpressionChanged イベントを処理するメソッドを表します。
シンタックス
'宣言
 
Public Delegate Sub ExpressionEditorCollection.ExpressionColectionEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As ExpressionEditorCollection.ExpressionCollectionEventArgs _
) 
public delegate void ExpressionEditorCollection.ExpressionColectionEventHandler( 
   System.object sender,
   ExpressionEditorCollection.ExpressionCollectionEventArgs e
)

パラメータ

sender
イベントを発生させたオブジェクト。
e
イベントデータを含む ExpressionEditorCollection.ExpressionCollectionEventArgs
参照

ExpressionEditorCollection.ExpressionColectionEventHandler メンバ
C1.Win.ExpressionEditor 名前空間