CylindersChangedEventArgs(CylinderChangeType, Int32) Constructor

Constructs a new CylindersChangedEventArgs object.

Definition

Namespace: BeeMobile.iWheel
Assembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
C#
public CylindersChangedEventArgs(
	CylinderChangeType aType,
	int aCylindexIndex
)

Parameters

aType  CylinderChangeType
Specifies the type of change.
aCylindexIndex  Int32
Specifies the index of Cylinder in CylinderCollection which was changed.

See Also