SocketTools .NET Edition

Terminal.KeyMappedEventArgs Class

Provides data for the KeyMapped event.

For a list of all members of this type, see Terminal.KeyMappedEventArgs Members.

System.Object
   System.EventArgs
      SocketTools.Terminal.KeyMappedEventArgs

[Visual Basic]
Public Class Terminal.KeyMappedEventArgs
    Inherits EventArgs
[C#]
public class Terminal.KeyMappedEventArgs : EventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The KeyMapped event is generated when the user presses a special key while the emulation window has focus, and that key is mapped to a string using the KeyMap array.

Requirements

Namespace: SocketTools

Assembly: SocketTools.Terminal (in SocketTools.Terminal.dll)

See Also

Terminal.KeyMappedEventArgs Members | SocketTools Namespace