Receives notification that the value has been updated

Namespace:  CoreDevices.Devices
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected void pi_OnPropValueSet(
	Object sender,
	string DeviceName,
	string PropName,
	string PropValue
)
Visual Basic (Declaration)
Protected Sub pi_OnPropValueSet ( _
	sender As Object, _
	DeviceName As String, _
	PropName As String, _
	PropValue As String _
)
Visual C++
protected:
void pi_OnPropValueSet(
	Object^ sender, 
	String^ DeviceName, 
	String^ PropName, 
	String^ PropValue
)

Parameters

sender
Type: System..::.Object

[Missing <param name="sender"/> documentation for "M:CoreDevices.Devices.MMDeviceBase.pi_OnPropValueSet(System.Object,System.String,System.String,System.String)"]

DeviceName
Type: System..::.String

[Missing <param name="DeviceName"/> documentation for "M:CoreDevices.Devices.MMDeviceBase.pi_OnPropValueSet(System.Object,System.String,System.String,System.String)"]

PropName
Type: System..::.String

[Missing <param name="PropName"/> documentation for "M:CoreDevices.Devices.MMDeviceBase.pi_OnPropValueSet(System.Object,System.String,System.String,System.String)"]

PropValue
Type: System..::.String

[Missing <param name="PropValue"/> documentation for "M:CoreDevices.Devices.MMDeviceBase.pi_OnPropValueSet(System.Object,System.String,System.String,System.String)"]

See Also