Click or drag to resize

YLPAPDLaserDeviceSettingView Class

Interaction logic for YLPLaserDeviceSettingView
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
                  RAYLASE.Shared.GUI.BaseBindableView
                    RAYLASE.Marker.Device.GUI.CommonLaserSettingsView
                      RAYLASE.MarkerPlugin.Devices.Laser.IPG.YLP.YLPAPDLaserDeviceSettingView

Namespace: RAYLASE.MarkerPlugin.Devices.Laser.IPG.YLP
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.20.0
Syntax
C#
public class YLPAPDLaserDeviceSettingView : CommonLaserSettingsView, 
	IComponentConnector

The YLPAPDLaserDeviceSettingView type exposes the following members.

Constructors
 NameDescription
Public methodYLPAPDLaserDeviceSettingViewInitializes a new instance of the YLPAPDLaserDeviceSettingView class
Top
Properties
Methods
 NameDescription
Public methodGetHelpID 
Public methodInitializeComponent InitializeComponent
Protected methodRaisePropertyChanged Raises this object's PropertyChanged event.
(Inherited from BaseBindableView)
Protected methodSetProperty<T> 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
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate methodIComponentConnector.ConnectAttaches events and names to compiled content.
Top
See Also