Insert Event

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Raised when media is inserted into the removable media device.

Namespace:  Microsoft.SPOT.IO
Assembly:  Microsoft.SPOT.IO (in Microsoft.SPOT.IO.dll)

Syntax

'Declaration
Public Shared Event Insert As InsertEventHandler
public static event InsertEventHandler Insert
public:
static  event InsertEventHandler^ Insert {
    void add (InsertEventHandler^ value);
    void remove (InsertEventHandler^ value);
}
member Insert : IEvent<InsertEventHandler,
    MediaEventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

RemovableMedia Class

Microsoft.SPOT.IO Namespace