An NDoc Documented Class Library

AbstractStandardViewManager.Subscribe Method 

Handles a subscription request from one of the views.

public void Subscribe(
   ISubscriber subscriber,
   Type dataType
);

Parameters

subscriber
The view that is subscribing.
dataType
The data type that the view is subscribing to.

Implements

IPublisher.

See Also

AbstractStandardViewManager Class | Sandia.MVCFramework.ViewManager Namespace