Delegate OscValueChangedEventHandler<TSender, T>
Represents a delegate that handles value change events.
public delegate void OscValueChangedEventHandler<TSender, T>(TSender sender, ValueChangedEventArgs<T> e)
Parameters
sender
TSenderThe sender of the event.
e
ValueChangedEventArgs<T>The event data.
Type Parameters
TSender
The type of the sender of the event.
T
The type of the value that was changed.