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

C1.Win.ExpressionEditor.4.5.2 アセンブリ > C1.Win.ExpressionEditor 名前空間 : ExpressionEditorCollection.ExpressionColectionEventHandler デリゲート
Object that fired the event.
ExpressionEditorCollection.ExpressionCollectionEventArgs object that contains the event data.
Represents the method that will handle the ExpressionEditorCollection.ExpressionChanged event.
シンタックス
'宣言
 
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
Object that fired the event.
e
ExpressionEditorCollection.ExpressionCollectionEventArgs object that contains the event data.
参照

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