Click or drag to resize

OptionsConfigurationSubregions_CollectionChanged Method

Event handler. Called by Subregions for collection changed events.

Namespace:  butterflow_ui
Assembly:  butterflow-ui (in butterflow-ui.exe) Version: 1.0.2.31734 (1.0.0.0)
Syntax
C#
private void Subregions_CollectionChanged(
	Object sender,
	NotifyCollectionChangedEventArgs e
)

Parameters

sender
Type: SystemObject
Source of the event.
e
Type: System.Collections.SpecializedNotifyCollectionChangedEventArgs
Notify collection changed event information.
See Also