RegistryValueChangedArgs<T> Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public RegistryValueChangedArgs (Microsoft.Hpc.RegistryValueChangedArgs<T>.ChangeType type, T oldValue, T newValue);
new Microsoft.Hpc.RegistryValueChangedArgs<'T> : Microsoft.Hpc.RegistryValueChangedArgs<'T>.ChangeType * 'T * 'T -> Microsoft.Hpc.RegistryValueChangedArgs<'T>
Public Sub New (type As RegistryValueChangedArgs(Of T).ChangeType, oldValue As T, newValue As T)
Parameters
- oldValue
- T
- newValue
- T