DK for ActiveX | TatukGIS_XDK11.ITGIS_ControlAttributesEvents | Interfaces | Methods
Events interface for TGIS_ControlAttributes
// C# public interface ITGIS_ControlAttributesEvents { }
' VisualBasic Public Interface ITGIS_ControlAttributesEvents End Class
// Oxygene type ITGIS_ControlAttributesEvents = public interface end;
| Name | Visibility | Description | |
|---|---|---|---|
| FieldChangeEvent | public | Field change event, fired after changing a control value. | |
| HelpEvent | public | Event fired when the user presses F1. | |
| OnClick | public | See documentation for TCustomControl in Delphi help. | |
| OnDblClick | public | See documentation for TCustomControl in Delphi help. | |
| OnKeyDown | public | See documentation for TCustomControl in Delphi help. | |
| OnKeyPress | public | See documentation for TCustomControl in Delphi help. | |
| OnKeyUp | public | See documentation for TCustomControl in Delphi help. | |
| OnMouseDown | public | See documentation for TCustomControl in Delphi help. | |
| OnMouseMove | public | See documentation for TCustomControl in Delphi help. | |
| OnMouseUp | public | See documentation for TCustomControl in Delphi help. | |
| OnMouseWheel | public | See documentation for TCustomControl in Delphi help. | |
| OnMouseWheelDown | public | See documentation for TCustomControl in Delphi help. | |
| OnMouseWheelUp | public | See documentation for TCustomControl in Delphi help. | |