Inheritance Hierarchy
ObservableObject
ViewModelBase
DeltaEngine.Editor.Emulator ViewportControlViewModel
Namespace: DeltaEngine.Editor.Emulator
Assembly: DeltaEngine.Editor.Emulator (in DeltaEngine.Editor.Emulator.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The ViewportControlViewModel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ViewportControlViewModel | Initializes a new instance of the ViewportControlViewModel class |
Methods
Name | Description | |
---|---|---|
Broadcast``1 | (Inherited from ViewModelBase.) | |
Cleanup | (Inherited from ViewModelBase.) | |
RaisePropertyChanged(String) | (Inherited from ObservableObject.) | |
RaisePropertyChanged``1(Expression Func UMP ) | (Inherited from ObservableObject.) | |
RaisePropertyChanged``1(String, UMP, UMP, Boolean) | (Inherited from ViewModelBase.) | |
RaisePropertyChanged``1(Expression Func UMP , UMP, UMP, Boolean) | (Inherited from ViewModelBase.) | |
RaisePropertyChanging(String) | (Inherited from ObservableObject.) | |
RaisePropertyChanging``1(Expression Func UMP ) | (Inherited from ObservableObject.) | |
Set``1(Expression Func UMP , UMP , UMP) | (Inherited from ObservableObject.) | |
Set``1(String, UMP , UMP) | (Inherited from ObservableObject.) | |
Set``1(Expression Func UMP , UMP , UMP, Boolean) | (Inherited from ViewModelBase.) | |
Set``1(String, UMP , UMP, Boolean) | (Inherited from ViewModelBase.) | |
VerifyPropertyName | (Inherited from ObservableObject.) |
Properties
Name | Description | |
---|---|---|
IndexOfSelectedNameInList | ||
IsInDesignMode | (Inherited from ViewModelBase.) | |
MessengerInstance | (Inherited from ViewModelBase.) | |
PropertyChangedHandler | (Inherited from ObservableObject.) | |
PropertyChangingHandler | (Inherited from ObservableObject.) | |
SelectedName | ||
Tools | ||
UIImagesInList |
Events
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from ObservableObject.) | |
PropertyChanging | (Inherited from ObservableObject.) |
See Also