IGLib
1.7.2
The IGLib base library for development of numerical, technical and business applications.
|
Classes | |
class | IG.Forms.ValueChangeEventArgs< ValueType > |
Event arguments for events bearing information about value that has changed. More... | |
class | IG.Forms.ValueChangeEventArgs |
Event arguments for events bearing information about a value of type double that has changed. More... | |
class | IG.Forms.IndexChangeEventArgs |
Event arguments for events bearing information about an index (of type int) that has changed. More... | |
Namespaces | |
package | IG.Forms |
Interface implemented by file viewers (usually GUI components). | |
Functions | |
delegate void | IG.Forms.SelectedIdEventHandler (int oldId, int newId) |
Delegate for events that are triggered when ID of hte selected object changes. More... | |
delegate void | IG.Forms.ValueChangedEventHandler (double oldValue, double newValue) |
Delegate for events that are triggered when ID of hte selected object changes. More... | |