DataValueCollectionBeginInit Method

Switches DataValueCollection into initialization mode.

Definition

Namespace: BeeMobile.Charts
Assembly: BeeMobile.Charts.NET48 (in BeeMobile.Charts.NET48.dll) Version: 4.8.0.3
C#
public void BeginInit()

Implements

ISupportInitializeBeginInit

Remarks

When DataValueCollection is in initialization mode, it does not fire PropertyChanged event. Thus it does not inform the user of any property changes. This is useful if big amount of DataValue objects is being added into the collection.

See Also