Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Multipoint.Sdk
Assembly: Microsoft.Multipoint.Sdk (in microsoft.multipoint.sdk.dll)
Usage
Dim instance As MultipointSdk Dim handler As EventHandler(Of DeviceNotifyEventArgs) AddHandler instance.DeviceArrivalEvent, handler
Syntax
'Declaration
Public Event DeviceArrivalEvent As EventHandler(Of DeviceNotifyEventArgs)
public event EventHandler<DeviceNotifyEventArgs> DeviceArrivalEvent
public:
event EventHandler<DeviceNotifyEventArgs^>^ DeviceArrivalEvent {
void add (EventHandler<DeviceNotifyEventArgs^>^ value);
void remove (EventHandler<DeviceNotifyEventArgs^>^ value);
}
/** @event */
public void add_DeviceArrivalEvent (EventHandler<DeviceNotifyEventArgs> value)
/** @event */
public void remove_DeviceArrivalEvent (EventHandler<DeviceNotifyEventArgs> value)
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
MultipointSdk Class
MultipointSdk Members
Microsoft.Multipoint.Sdk Namespace