ComponentSpace Registry Toolkit Class Library Reference

RegistryMatchEventArgs Class

Provides data for the Matched event.

For a list of all members of this type, see RegistryMatchEventArgs Members.

System.Object
   System.EventArgs
      ComponentSpace.RegistryToolkit.RegistryMatchEventArgs

[Visual Basic]
Public Class RegistryMatchEventArgs
    Inherits EventArgs
[C#]
public class RegistryMatchEventArgs : EventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The Matched event is raised by the RegistrySearcher. It contains all the information needed to complete the asynchronous match operation.

Requirements

Namespace: ComponentSpace.RegistryToolkit

Assembly: ComponentSpace.RegistryToolkit (in ComponentSpace.RegistryToolkit.dll)

See Also

RegistryMatchEventArgs Members | ComponentSpace.RegistryToolkit Namespace