LEADTOOLS Multimedia (Leadtools.Multimedia assembly)

TrackingSelectionChangedEventHandler Delegate

Show in webframe



The source of the event.
A TrackingSelectionChangedEventArgs object that contains the event data.
Represents the method that will handle an event that has received TrackingSelectionChangedEventArgs data.
Syntax
'Declaration
 
Public Delegate Sub TrackingSelectionChangedEventHandler( _
   ByVal sender As Object, _
   ByVal e As TrackingSelectionChangedEventArgs _
) 
'Usage
 
Dim instance As New TrackingSelectionChangedEventHandler(AddressOf HandlerMethod)
public delegate void TrackingSelectionChangedEventHandler( 
   object sender,
   TrackingSelectionChangedEventArgs e
)
public delegate void TrackingSelectionChangedEventHandler( 
   Object^ sender,
   TrackingSelectionChangedEventArgs^ e
)

Parameters

sender
The source of the event.
e
A TrackingSelectionChangedEventArgs object that contains the event data.
Remarks
Represents the method that will handle an event that has received TrackingSelectionChangedEventArgs data. When the TrackingSelectionChangedEvent 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

TrackingSelectionChangedEventHandler Members
Leadtools.Multimedia Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Multimedia requires a Multimedia or Multimedia Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features