Click or drag to resize

MarkableElectrodeTabDesignerSettingsViewTabDefinitionViewModel Class

[Missing <summary> documentation for "T:RAYLASE.Marker.BatteryPlugin.MarkableElectrodeTabDesignerSettingsView.TabDefinitionViewModel"]

Inheritance Hierarchy
SystemObject
  BindableBase
    RAYLASE.Marker.BatteryPluginMarkableElectrodeTabDesignerSettingsViewTabDefinitionViewModel

Namespace: RAYLASE.Marker.BatteryPlugin
Assembly: RAYLASE.Marker.BatteryPlugin (in RAYLASE.Marker.BatteryPlugin.dll) Version: 2.32.0
Syntax
C#
public class TabDefinitionViewModel : BindableBase

The MarkableElectrodeTabDesignerSettingsViewTabDefinitionViewModel type exposes the following members.

Constructors
 NameDescription
Public methodMarkableElectrodeTabDesignerSettingsViewTabDefinitionViewModelInitializes a new instance of the MarkableElectrodeTabDesignerSettingsViewTabDefinitionViewModel class
Top
Properties
Methods
 NameDescription
Protected methodOnPropertyChanged Raises this object's PropertyChanged event.
(Inherited from BindableBase)
Protected methodRaisePropertyChanged Raises this object's PropertyChanged event.
(Inherited from BindableBase)
Protected methodSetProperty``1(UMP, UMP, String) Checks if a property already matches a desired value. Sets the property and notifies listeners only when necessary.
(Inherited from BindableBase)
Protected methodSetProperty``1(UMP, UMP, Action, String) Checks if a property already matches a desired value. Sets the property and notifies listeners only when necessary.
(Inherited from BindableBase)
Top
Events
 NameDescription
Public eventPropertyChanged Occurs when a property value changes.
(Inherited from BindableBase)
Top
See Also