TrackingPositionChangedEventHandler Delegate

Summary
Represents the method that will handle an event that has received TrackingPositionChangedEventArgs data.
Syntax
C#
C++/CLI
public delegate void TrackingPositionChangedEventHandler( 
   object sender, 
   TrackingPositionChangedEventArgs e 
) 
public delegate void TrackingPositionChangedEventHandler(  
   Object^ sender, 
   TrackingPositionChangedEventArgs^ e 
) 

Parameters

sender
The source of the event.

e
A TrackingPositionChangedEventArgs object that contains the event data.

Remarks

Represents the method that will handle an event that has received TrackingPositionChangedEventArgs data. When the TrackingPositionChangedEvent event is raised in a toolkit object, any subscribed event handlers in your code will be called. See the Microsoft documentation on .NET Events and Delegates for more information about .NET delegates and events.

Requirements

Target Platforms

See Also

Reference

TrackingPositionChangedEventHandler Members

Leadtools.MediaFoundation Namespace

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaFoundation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.