Invoked when the media state of the currently selected device changes. This can include media being ejected, inserted, being used by another application, etc.
Original signature is '- (BOOL) mediaStateChanged:(NSDictionary*)status'

C# | Visual Basic | Visual C++ |
public virtual bool MediaStateChanged( NSDictionary status )
Public Overridable Function MediaStateChanged ( _ status As NSDictionary _ ) As Boolean
public: virtual bool MediaStateChanged( NSDictionary^ status )

- status (NSDictionary)
- The new device status dictionary.

YES if the inserted media is valid for use, NO otherwise.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)