C# Class DSShared.Windows.RegistrySaveLoadEventArgs

EventArgs for saving and loading events
Inheritance: System.EventArgs
Show file Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Public Methods

Method Description
RegistrySaveLoadEventArgs ( RegistryKey openKey ) : System

Constructor

Method Details

RegistrySaveLoadEventArgs() public method

Constructor
public RegistrySaveLoadEventArgs ( RegistryKey openKey ) : System
openKey Microsoft.Win32.RegistryKey Registry key that has been opened for reading and writing to
return System