Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction | Help Version 19.0.2.9
|
Leadtools.MediaFoundation Namespace : TrackingPositionChangedEventHandler Delegate |
public delegate void TrackingPositionChangedEventHandler( object sender, TrackingPositionChangedEventArgs e )
'Declaration
Public Delegate Sub TrackingPositionChangedEventHandler( _ ByVal sender As Object, _ ByVal e As TrackingPositionChangedEventArgs _ )
'Usage
Dim instance As New TrackingPositionChangedEventHandler(AddressOf HandlerMethod)
public delegate void TrackingPositionChangedEventHandler( Object^ sender, TrackingPositionChangedEventArgs^ e )
See the Microsoft documentation on .NET Events and Delegates for more information about .NET delegates and events.