An NDoc Documented Class Library

MappedDrives.OnEventArrived Method 

Occurs any time we receive a notification about mapped drives changing from the WMI event handler

protected static void OnEventArrived(
   object sender,
   EventArrivedEventArgs e
);

Parameters

sender
>A Object representing the originator of the event
e
A EventArgs representing additional data relevant to the event

See Also

MappedDrives Class | MappedDrives Members | Genghis.Win32 Namespace