PreProcessKeyDownEventArgsKeyData Property |
|
DataPA OpenAnalytics API Reference
Gets the key that was pressed as a string.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Keys KeyData { get; }
Public ReadOnly Property KeyData As Keys
Get
public:
virtual property Keys KeyData {
Keys get () sealed;
}
Return Value
Type:
KeysGets the key that was pressed as a string.
Remarks See Also