CylinderOnChanged Method
Namespace: BeeMobile.iWheelAssembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
protected void OnChanged(
CylinderChangeType cct
)
Protected Sub OnChanged (
cct As CylinderChangeType
)
Parameters
- cct CylinderChangeType
- Contains arguments for which specify what was changed in the Cylinder.
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.