CvTrackbarCallback Property OpenCvSharp Class Library
Gets the callback delegate which occurs when the Value property of a track bar changes, either by movement of the scroll box or by manipulation in code.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public Delegate Callback { get; }

Property Value

Type: Delegate
See Also

Reference