[]
Represents the method that will handle the ExpressionChanged event.
public delegate void ExpressionEditorCollection.ExpressionColectionEventHandler(object sender, ExpressionEditorCollection.ExpressionCollectionEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | Object that fired the event. |
| ExpressionEditorCollection.ExpressionCollectionEventArgs | e | ExpressionEditorCollection.ExpressionCollectionEventArgs object that contains the event data. |
| Name | Description |
|---|---|
| ExpressionColectionEventHandler(object, nint) |
| Name | Description |
|---|---|
| BeginInvoke(object, ExpressionCollectionEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, ExpressionCollectionEventArgs) |