The InTheHand.Win32 namespace provides classes that handle events raised by the operating system.
| C# | Visual Basic |
namespace InTheHand.Win32
Namespace InTheHand.Win32
| All Types | Classes | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| PowerModeChangedEventArgs |
Provides data for the PowerModeChanged event.
| |
| PowerModeChangedEventHandler |
Represents the method that will handle the PowerModeChanged event.
| |
| PowerModes |
Defines identifiers for power mode events reported by the operating system.
| |
| RegistryKeyHelper |
Provides helper methods for the RegistryKey class.
| |
| RegistryOptions |
Specifies options to use when creating a registry key.
| |
| SystemEvents |
Provides access to system event notifications.
| |
| UserPreferenceChangedEventArgs |
Provides data for the UserPreferenceChanged event.
| |
| UserPreferenceChangedEventHandler |
Represents the method that will handle the UserPreferenceChanged event.
|