The InTheHand.ComponentModel namespace provides classes that are used to implement the run-time and design-time behavior of components and controls.
| C# | Visual Basic |
namespace InTheHand.ComponentModel
Namespace InTheHand.ComponentModel
| All Types | Classes | Delegates |
| Icon | Type | Description |
|---|---|---|
| AsyncCompletedEventArgs |
Provides data for the MethodNameCompleted event.
| |
| AsyncCompletedEventHandler |
Represents the method that will handle the MethodNameCompleted event of an asynchronous operation.
| |
| BackgroundWorker |
Executes an operation on a separate thread.
| |
| DoWorkEventArgs |
Provides data for the DoWork event handler.
| |
| DoWorkEventHandler |
Represents the method that will handle the DoWork event.
| |
| InvalidEnumArgumentException |
The exception thrown when using invalid arguments that are enumerations.
| |
| ProgressChangedEventArgs |
Provides data for the ProgressChanged event.
| |
| ProgressChangedEventHandler |
Represents the method that will handle the ProgressChanged event of the BackgroundWorker class.
| |
| RunWorkerCompletedEventArgs |
Provides data for the RunWorkerCompleted event.
| |
| RunWorkerCompletedEventHandler |
Represents the method that will handle the RunWorkerCompleted event of a BackgroundWorker class.
| |
| Win32ExceptionHelper |
Provides helper functions for the Win32Exception class.
|