CylinderOnChanged Method

This method informs the Parent that this Cylinder has changed.

Definition

Namespace: BeeMobile.iWheel
Assembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
C#
protected void OnChanged(
	CylinderChangeType cct
)

Parameters

cct  CylinderChangeType
Contains arguments for which specify what was changed in the Cylinder.

Remarks

You should only call this method, if Parent property does NOT equal to null (Nothing in Visual Basic). You cannot set the Parent property directly. Parent is automatically set by CylinderCollection as soon as the Cylinder is added to it. If this Cylinder object is not part of CylinderCollection then it most probably does not have any parent in which case you should avoid calling this method. The arguments for this method tell the parent what exactly was changed about the Cylinder so that the Parent would know how to react.

See Also