EventInspector Class
Inspects objects for event publications and subscriptions, registering and unregistering the publishers and subscribers with the corresponding EventTopic.
Namespace: Microsoft.Practices.CompositeUI.EventBroker
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)
Syntax
'Declaration
Public NotInheritable Class EventInspector
'Usage
The members of a static class are accessed directly without an instance of the class.
public static class EventInspector
public ref class EventInspector abstract sealed
public final class EventInspector
public final class EventInspector
Inheritance Hierarchy
System.Object
Microsoft.Practices.CompositeUI.EventBroker.EventInspector
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
EventInspector Members
Microsoft.Practices.CompositeUI.EventBroker Namespace