ISessionSummaryView Interface Members
In This Topic
The following tables list the members exposed by ISessionSummaryView.
Public Properties
Public Methods
| Name | Description |
| ActivateView | Called by the container to indicate this view is now the active summary view. |
| ConfigurationChanged | Called by Loupe to indicate the configuration of the Extension has changed at runtime |
| DeactivateView | Called by the container to indicate this view is no longer the active summary view. |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable) |
| Initialize | Called to initialize the session summary view. |
Top
Public Events
| Name | Description |
| SelectionChanged | Raised by the summary view whenever the selected session summaries have changed |
| SelectView | Raised by the summary view when the user indicates it should be made the active view. |
Top
See Also