SampleItemView ClassDelta Engine Documentation
Template of an item in the SampleBrowser. View code on GitHub
SampleItemView
Inheritance Hierarchy

System Object
  System.Windows.Threading DispatcherObject
    System.Windows DependencyObject
      System.Windows.Media Visual
        System.Windows UIElement
          System.Windows FrameworkElement
            System.Windows.Controls Control
              System.Windows.Controls ContentControl
                System.Windows.Controls UserControl
                  DeltaEngine.Editor.SampleBrowser SampleItemView

Namespace: DeltaEngine.Editor.SampleBrowser
Assembly: DeltaEngine.Editor.SampleBrowser (in DeltaEngine.Editor.SampleBrowser.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class SampleItemView : UserControl, 
	IComponentConnector

The SampleItemView type exposes the following members.

Constructors

  NameDescription
Public methodSampleItemView
Initializes a new instance of the SampleItemView class
Top
Methods

  NameDescription
Public methodInitializeComponent
InitializeComponent View code on GitHub
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodIComponentConnector Connect
Top
See Also