EjectEventHandler Delegate

This delegate defines the syntax of callback functions that handle the RemovableMedia.Eject event.

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

Syntax

public delegate void EjectEventHandler (
         Objectsender,
         MediaEventArgse
)

Parameters

  • sender
    The device that raised the event.
  • e
    Data related to the event.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

Microsoft.SPOT.IO Namespace