'宣言 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.