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