IOListTSubscribeToDeltaEvent Method |
Register an event with this handler to be notified when the state of this AIOLines in the list
changes over the delta value specified.
If IOLines are subsequently added or removed then the events will also be applied
The same event cannot be added twice (function will return and do nothing)
The event can be unregistered using the UnsubscribeToDeltaEvent
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void SubscribeToDeltaEvent(
ref AIOLineChangedEventHandler function,
double delta
)
Public Sub SubscribeToDeltaEvent (
ByRef function As AIOLineChangedEventHandler,
delta As Double
)
member SubscribeToDeltaEvent :
function : AIOLineChangedEventHandler byref *
delta : float -> unit
Parameters
- function AIOLineChangedEventHandler
[Missing <param name="function"/> documentation for "M:Brainboxes.IO.IOList`1.SubscribeToDeltaEvent(Brainboxes.IO.AIOLineChangedEventHandler@,System.Double)"]
- delta Double
[Missing <param name="delta"/> documentation for "M:Brainboxes.IO.IOList`1.SubscribeToDeltaEvent(Brainboxes.IO.AIOLineChangedEventHandler@,System.Double)"]
See Also