OpenNETCF Smart Device Framework 2.3
Delegate for device notification events
Namespace:
OpenNETCF.WindowsCE
Assembly:
OpenNETCF.WindowsCE (in OpenNETCF.WindowsCE.dll) Version: 2.3.0.0
Syntax
| C# |
|---|
public delegate void DeviceNotification() |
| Visual Basic (Declaration) |
|---|
Public Delegate Sub DeviceNotification |
| Visual Basic (Usage) |
|---|
Dim instance As New DeviceNotification(AddressOf HandlerMethod) |
| Visual C++ |
|---|
public delegate void DeviceNotification() |
| J# |
|---|
/** @delegate */
public delegate void DeviceNotification() |
| JScript |
|---|
JScript does not support delegates. |
See Also