DashboardDesignerPreProcessKeyDown Event |
|
DataPA OpenAnalytics API Reference
Event raised before a key down event is processed by the control.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public event DashboardDesignerPreProcessKeyDownEventHandler PreProcessKeyDown
Public Event PreProcessKeyDown As DashboardDesignerPreProcessKeyDownEventHandler
public:
event DashboardDesignerPreProcessKeyDownEventHandler^ PreProcessKeyDown {
void add (DashboardDesignerPreProcessKeyDownEventHandler^ value);
void remove (DashboardDesignerPreProcessKeyDownEventHandler^ value);
}
function add_PreProcessKeyDown(value);
function remove_PreProcessKeyDown(value);
Value
Type:
DataPAEnterpriseDashboardDashboardDesignerPreProcessKeyDownEventHandlerRemarks Event only fires if RaisePreProcessKeyDownEvent property is true. Allows Progress GUI sessions to process key events.
See Also