Delegate ReceivedValueHandler
Event handler type. Methods with this signature can be registered on the ReceivedValue event.
Namespace: Fusee.Xirkit
Assembly: Fusee.Xirkit.dll
Syntax
public delegate void ReceivedValueHandler(IInPin inPin, EventArgs args);
Parameters
Type | Name | Description |
---|---|---|
IInPin | inPin | The in-pin receiving a value. |
System.EventArgs | args | The System.EventArgs instance containing the event data. |