Represents the method that will handle an event that has received KeyPressEventArgs data.
public delegate void KeyPressEventHandler(
object sender,
KeyPressEventArgs e
)
Public Delegate Sub KeyPressEventHandler( _
ByVal sender As Object, _
ByVal e As Leadtools.Mediafoundation.KeyPressEventArgs _
)
public delegate void KeyPressEventHandler(
Object^ sender,
Leadtools.Mediafoundation.KeyPressEventArgs^ e
)
sender
The source of the event.
e
A KeyPressEventArgs object that contains the event data.
Represents the method that will handle an KeyPressEvent event that has received KeyPressEventArgs data. When the KeyPressEvent 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