| 
            
              SliderControlPositionChangedHandler Delegate
             | 
          
        
         
            Delegate used for notification about manipulator's position changes.
            
 
    Namespace: 
   Accord.Controls
    Assembly:
   Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntaxpublic delegate void PositionChangedHandler(
	Object sender,
	float position
)
Public Delegate Sub PositionChangedHandler ( 
	sender As Object,
	position As Single
)
Parameters
- sender
 - Type: SystemObject
Event sender - object sending the event. - position
 - Type: SystemSingle
Current position of manipulator. 
See Also