Events - HxGN EAM - 12.0 - Customization & Programming - Hexagon

HxGN EAM Web Services Toolkit Programmer Help

Language
English
Product
HxGN EAM
Search by Category
Customization & Programming
HxGN EAM Version
12
  • DataGridDoubleClick - This event is deprecated. It will be removed in a future version of the library. Please use GridDoubleClick event instead.

  • Exception - Triggered if the HandleTriggeredException flag property is set to HandleTriggeredExceptionMethod.RaiseExceptionEvent and an exception is thrown by an event that was in turn triggered by an associated control.

  • FilterInputStyleChanged - Triggered when the Style property of the constituent EWSFilterInputBox control is changed.

  • FilterLookupButtonClick - Triggered when the lookup button on the filter value entry is clicked.

  • GridAddingColumn - Triggered for each column that is added to the constituent DataGrid control.

  • GridClick - Triggered by the X event of the constituent DataGrid control.

  • GridCurrentCellChanged - Triggered by the CurrentCellChanged event of the constituent DataGrid control.

  • GridDoubleClick - Triggered by the DoubleClick event of the constituent DataGrid control.

  • GridDragDrop - Triggered by the DragDrop event of the constituent DataGrid control.

  • GridDragEnter - Triggered by the DragEnter event of the constituent DataGrid control.

  • GridDragLeave - Triggered by the DragLeave event of the constituent DataGrid control.

  • GridDragOver - Triggered by the DragOver event of the constituent DataGrid control.

  • GridEnter - Triggered by the Enter event of the constituent DataGrid control.

  • GridGotFocus - Triggered by the GotFocus event of the constituent DataGrid control.

  • GridKeyDown - Triggered by the KeyDown event of the constituent DataGrid control.

  • GridKeyPress - Triggered by the KeyPress event of the constituent DataGrid control.

  • GridKeyUp - Triggered by the KeyUp event of the constituent DataGrid control.

  • GridLeave - Triggered by the Leave event of the constituent DataGrid control.

  • GridLostFocus - Triggered by the LostFocus event of the constituent DataGrid control.

  • GridMouseDown - Triggered by the MouseDown event of the constituent DataGrid control.

  • GridMouseEnter - Triggered by the MouseEnter event of the constituent DataGrid control.

  • GridMouseHover - Triggered by the MouseHover event of the constituent DataGrid control.

  • GridMouseLeave - Triggered by the MouseLeave event of the constituent DataGrid control.

  • GridMouseMove - Triggered by the MouseMove event of the constituent DataGrid control.

  • GridMouseUp - Triggered by the MouseUp event of the constituent DataGrid control.

  • GridMouseWheel - Triggered by the MouseWheel event of the constituent DataGrid control.

  • GridResize - Triggered by the Resize event of the constituent DataGrid control.

  • GridValidated - Triggered by the Validated event of the constituent DataGrid control.

  • GridValidating - Triggered by the Validating event of the constituent DataGrid control.

  • Loaded - Triggered whenever the data is done loading.

  • Loading - Triggered just before the attempt to load the data is initiated. May cancel the load by setting the event argument e.Cancel to True.