Objective Grid for Microsoft® .NET® Reference Guide

ProcessKeysEventArgs Class

Back to Class Index

This class supplies data for the ProcessKeys event.     

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

System.Object
   EventArgs
      ProcessKeysEventArgs

[Visual Basic]
Public Class ProcessKeysEventArgs
Inherits EventArgs
[C#]
public class ProcessKeysEventArgs : EventArgs

Remarks

    

These event arguments are supplied to any overridden ProcessKeys event handler, as well as to any delegates attached to the ProcessKeys event. The ProcessKeys event is invoked when keyboard strokes are sent either from a grid edit control or the grid window.     

    

Requirements

Namespace: Stingray.Grid

Assemblies: Stingray.GridControl80 (in Stingray.GridControl80.dll)
                     Stingray.GridControl90 (in Stingray.GridControl90.dll)
                     Stingray.GridControl10 (in Stingray.GridControl10.dll)

See Also

ProcessKeysEventArgs Members | Stingray.Grid Namespace