[]
Provides data for the ItemAdded or ItemRemoved event of the ExpressionInfoCollection.
public sealed class ExpressionInfoCollectionEventArgs : EventArgs
| Name | Description |
|---|---|
| ExpressionInfoCollectionEventArgs(int, ExpressionInfo) | Initializes a new instance of ExpressionInfoCollectionEventArgs class. |
| Name | Description |
|---|---|
| Index | Returns the Integer for the ExpressionInfo object that was added or removed. |
| Value | Returns the ExpressionInfo object that was added or removed. |