Class CatalogWpfViewModel
Inheritance
System.Object
CatalogWpfViewModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Experior.Core.dll
Syntax
public class CatalogWpfViewModel
Constructors
CatalogWpfViewModel()
Declaration
public CatalogWpfViewModel()
Properties
DoubleClickCommand
Declaration
public ICommand DoubleClickCommand { get; set; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
ItemClickCommand
Declaration
public ICommand ItemClickCommand { get; set; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
KeyDownCommand
Declaration
public ICommand KeyDownCommand { get; set; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
Declaration
public ICommand MouseRightButtonDownCommand { get; set; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
Methods
Declaration
public void DoubleClickAction(MouseButtonEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.Input.MouseButtonEventArgs |
args |
|
ItemClickAction(GalleryItemEventArgs)
Declaration
public void ItemClickAction(GalleryItemEventArgs args)
Parameters
Type |
Name |
Description |
GalleryItemEventArgs |
args |
|
Declaration
public void KeyDownAction(KeyEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.Input.KeyEventArgs |
args |
|
Declaration
public void MouseRightClickAction(MouseButtonEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.Input.MouseButtonEventArgs |
args |
|
Events
OnClick
Declaration
public event CatalogWpfViewModel.OnClickEvent OnClick
Event Type
OnDoubleClick
Declaration
public event EventHandler OnDoubleClick
Event Type
Type |
Description |
System.EventHandler |
|
OnMouseRightClick
Declaration
public event EventHandler OnMouseRightClick
Event Type
Type |
Description |
System.EventHandler |
|