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 : StateChangedEventHandler Delegate |
public delegate void StateChangedEventHandler( object sender, StateChangedEventArgs e )
'Declaration
Public Delegate Sub StateChangedEventHandler( _ ByVal sender As Object, _ ByVal e As StateChangedEventArgs _ )
'Usage
Dim instance As New StateChangedEventHandler(AddressOf HandlerMethod)
public delegate void StateChangedEventHandler( Object^ sender, StateChangedEventArgs^ e )
See the Microsoft documentation on .NET Events and Delegates for more information about .NET delegates and events.