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.DeviceRemoveCompleteEvent, handler
Syntax
'Declaration
Public Event DeviceRemoveCompleteEvent As EventHandler(Of DeviceNotifyEventArgs)
public event EventHandler<DeviceNotifyEventArgs> DeviceRemoveCompleteEvent
public:
event EventHandler<DeviceNotifyEventArgs^>^ DeviceRemoveCompleteEvent {
void add (EventHandler<DeviceNotifyEventArgs^>^ value);
void remove (EventHandler<DeviceNotifyEventArgs^>^ value);
}
/** @event */
public void add_DeviceRemoveCompleteEvent (EventHandler<DeviceNotifyEventArgs> value)
/** @event */
public void remove_DeviceRemoveCompleteEvent (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