OpenNETCF Smart Device Framework 2.3
Assembly: OpenNETCF.WindowsCE (in OpenNETCF.WindowsCE.dll) Version: 2.3.0.0
Available notification events
Namespace:
OpenNETCF.WindowsCEAssembly: OpenNETCF.WindowsCE (in OpenNETCF.WindowsCE.dll) Version: 2.3.0.0
Syntax
| C# |
|---|
public enum NotificationEvent |
| Visual Basic (Declaration) |
|---|
Public Enumeration NotificationEvent |
| Visual Basic (Usage) |
|---|
Dim instance As NotificationEvent |
| Visual C++ |
|---|
public enum class NotificationEvent |
| J# |
|---|
public enum NotificationEvent |
| JScript |
|---|
public enum NotificationEvent |
| JavaScript |
|---|
OpenNETCF.WindowsCE.NotificationEvent = function(); OpenNETCF.WindowsCE.NotificationEvent.createEnum('OpenNETCF.WindowsCE.NotificationEvent', false); |
Members
| Member name | Description | |
|---|---|---|
| None |
No events—remove all event registrations for this application.
| |
| TimeChange |
When the system time is changed.
| |
| SyncEnd |
When data synchronization finishes.
| |
| OnACPower |
The user turned the AC power on.
| |
| OffACPower |
The user turned the alternating current (AC) power off.
| |
| NetConnect |
The device connected to a network.
| |
| NetDisconnect |
The device disconnected from a network.
| |
| DeviceChange |
When a PC Card device is changed.
| |
| IRDiscovered |
The device discovered a server by using infrared communications.
| |
| RS232Detected |
When an RS232 connection is made.
| |
| RestoreEnd |
When a full device data restore completes.
| |
| Wakeup |
When the device wakes up.
| |
| TimeZoneChange |
When the time zone is changed.
| |
| MachineNameChange |
When the machines name changes.
Requires Windows CE.NET 4.2.
| |
| RndisFNDetected |
RNDISFN interface is instantiated.
Requires Windows CE 5.0.
| |
| InternetProxyChange |
The Internet Proxy used by the device has changed.
Requires Windows CE 5.0.
|