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