An NDoc Documented Class Library

AbstractStandardViewManager.HandleSubscription Method 

Handles a subscription request from one of the views.

public void HandleSubscription(
   ISubscriber subscriber,
   Type dataType
);

Parameters

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

Implements

ISubscriptionHandler.

See Also

AbstractStandardViewManager Class | Sandia.MVCFramework.ViewManager Namespace