Click or drag to resize
PreProcessKeyDownEventArgs Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Event aurguments passed by DashboardDesigner in the ProcessKeyDownEvent.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DataPAEnterpriseDashboardPreProcessKeyDownEventArgs

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public class PreProcessKeyDownEventArgs : EventArgs, 
	_PreProcessKeyDownEventArgs

The PreProcessKeyDownEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodPreProcessKeyDownEventArgs
Create and returns a new PreProcessKeyDownEventArgs object.
Top
Fields
Properties
  NameDescription
Public propertyKey
Gets the key that was pressed as a string.
Public propertyKeyData
Gets the key that was pressed as a string.
Public propertyProcessKeyPress
Gets and sets a value that indicates whether the keypress will be processed.
Top
Remarks