[]
Represents the method that will handler an event occuring when collection changing.
public delegate void EventCollectionChangeEventHandler(object sender, EventCollectionChangeEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | The source of event. |
EventCollectionChangeEventArgs | e | The parameters of event. |
Name | Description |
---|---|
EventCollectionChangeEventHandler(object, nint) |
Name | Description |
---|---|
BeginInvoke(object, EventCollectionChangeEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, EventCollectionChangeEventArgs) |