IExplorerDetailsView Interface

Definition

Defines a method that displays the details in the explorer.

public interface class IExplorerDetailsView : IDisposable
public interface IExplorerDetailsView : IDisposable
type IExplorerDetailsView = interface
    interface IDisposable
Public Interface IExplorerDetailsView
Implements IDisposable
Implements

Properties

DetailsViewControl

Gets the details view control where the view can delay the control creation until the view is activated.

Methods

Activate()

Executes when the details view is activated.

Deactivate()

Executes when the details view is deactivated.

SetExplorerView(IExplorerView)

Sets the current view that can also be used as a service provider and can be used to get the current navigation context which also provides access to the connection and other useful information.

SetFocusedItem(IExplorerViewItem)

Sets the currently focused item.

SetSelectedItems(IExplorerViewItem[])

Sets the currently selected items.

Update(IExplorerViewItem[])

Performs an update to the given items.

Applies to