An NDoc Documented Class Library

OnViewMinimized Delegate

A delegate used for events associated with minimizing an IView.

public delegate void OnViewMinimized(
   ViewLayoutNode node
);

Parameters

node
The ViewLayoutNode that was minimized.

Requirements

Namespace: Sandia.MVCFramework.ViewManager

Assembly: Sandia.MVCFramework (in Sandia.MVCFramework.dll)

See Also

Sandia.MVCFramework.ViewManager Namespace