[Missing <summary> documentation for "T:CoreDevices.OnPropValueSetEvent"]
Assembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public delegate void OnPropValueSetEvent( Object sender, string DeviceName, string PropName, string PropValue ) |
Visual Basic (Declaration) |
---|
Public Delegate Sub OnPropValueSetEvent ( _ sender As Object, _ DeviceName As String, _ PropName As String, _ PropValue As String _ ) |
Visual C++ |
---|
public delegate void OnPropValueSetEvent( Object^ sender, String^ DeviceName, String^ PropName, String^ PropValue ) |
Parameters
- sender
- Type: System..::.Object
- DeviceName
- Type: System..::.String
- PropName
- Type: System..::.String
- PropValue
- Type: System..::.String