Gambas Documentation
Application Repository
Code Snippets
Compilation & Installation
Components
Controls pictures
Deprecated components
Developer Documentation
'gb.qt' implementation details
Additional Gambas Components
Gambas Programming Interface
Cat
Array Objects Management
Calling Functions
Class Description
Class Management
Collection Objects Management
Component Management
Conversion Functions
Datatypes Constants
Date & Time Management
Defered Routines
Enumeration Management
Error Management
Event Management
File Management
Gambas Value Datatype
Hash Tables Management
Hook Management
Memory Arrays Management
Memory Management
Method & Property Signatures
Methods Implementation
Object Management
Property Implementation
Returning Strings
Returning Values
Special Methods
Storing Values In Memory
Stream Management
String Management
System & Application Information
Timer Management
Unknown Special Method Management
Watching File Descriptors
Name
How To Program Components In C/C++
How To Program Components In Gambas
Development Environment Documentation
Documents
Error Messages
Gambas Playground
How To's
Language Index
Language Overviews
Last Changes
Lexicon
README
Search the wiki
To Do
Topics
Tutorials
Wiki License
Wiki Manual
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
Event Management
GB.CanRaise
Checks if an observer has an event handler for a specified event.
GB.GetEvent
Returns an event identifier.
GB.Raise
Raises an event.
Overview
These functions allow you to raise an event from a specified object, and to get all needed information for raising this event.