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