BiOlapStateEvent
This class is used when the interactive state of the OLAP grid changes
This class extends
BiEvent
and therefore all methods and fields available for
BiEvent
are also available for
BiOlapStateEvent
.
Constructor
new
BiOlapStateEvent
(
sType,bCtrl,bShift
)
Parameters
| Name | Type | Optional | Default | Descripton |
sType |
String |
The name of the event | ||
bCtrl |
Boolean |
Whether the control key is pressed | ||
bShift |
Boolean |
Whether the shift key is pressed |
Properties
| Name | Type | get | set | Descripton |
ctrlKey |
Boolean |
![]() |
Whether the ctrl key is pressed | |
shiftKey |
Boolean |
![]() |
Whether the shift key is pressed |
Methods
None.
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
