Initializes a new instance of the HandlePersistSensorEventArgs class.
Namespace: Monnit.MineAssembly: MonnitMineAPI (in MonnitMineAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public HandlePersistSensorEventArgs(
uint sensorID
) |
| Visual Basic |
|---|
Public Sub New (
sensorID As UInteger
) |
| Visual C++ |
|---|
public:
HandlePersistSensorEventArgs(
unsigned int sensorID
) |
| F# |
|---|
new :
sensorID : uint32 -> HandlePersistSensorEventArgs |
Parameters
- sensorID
- Type: System..::..UInt32
Numeric identifier of sensor that has been modified.
See Also