Click or drag to resize

ScanHeadMonitorView Class

Interaction logic for ScanHeadMonitorView.xaml
Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsControl
              System.Windows.ControlsContentControl
                System.Windows.ControlsUserControl
                  RAYLASE.Shared.GUIBaseBindableView
                    RAYLASE.MarkerPlugin.Devices.ScanHeadScanHeadMonitorView

Namespace: RAYLASE.MarkerPlugin.Devices.ScanHead
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public class ScanHeadMonitorView : BaseBindableView, 
	IDisposable, IComponentConnector

The ScanHeadMonitorView type exposes the following members.

Constructors
 NameDescription
Public methodScanHeadMonitorViewInitializes a new instance of the ScanHeadMonitorView class
Top
Properties
Methods
 NameDescription
Public methodDisposeReleases all resources used by the ScanHeadMonitorView
Public methodInitializeComponent InitializeComponent
Protected methodRaisePropertyChanged Raises this object's PropertyChanged event.
(Inherited from BaseBindableView)
Public methodRefresh 
Protected methodSetPropertyT Checks if a property already matches a desired value. Sets the property and notifies listeners only when necessary.
(Inherited from BaseBindableView)
Top
Events
 NameDescription
Public eventPropertyChanged Raised whenever a property value has changed.
(Inherited from BaseBindableView)
Top
Fields
 NameDescription
Public fieldStatic memberScanHeadDetectedProperty 
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate methodIComponentConnectorConnectAttaches events and names to compiled content.
Top
See Also