Represents the method that will handle an event that has received MediaEventArgs data.
public delegate void MediaEventHandler(
object sender,
MediaEventArgs e
)
Public Delegate Sub MediaEventHandler( _
ByVal sender As Object, _
ByVal e As Leadtools.Multimedia.MediaEventArgs _
)
public delegate void MediaEventHandler(
Object^ sender,
Leadtools.Multimedia.MediaEventArgs^ e
)
sender
The source of the event.
e
A MediaEventArgs object that contains the event data.
Represents the method that will handle an event that has received MediaEventArgs data. When the MediaEvent 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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET