Class GridViewPageUpKeepSelectionCommand
Move a page up and focus the given item
Inheritance
System.Object
GridViewPageUpKeepSelectionCommand
Implements
System.Windows.Input.ICommand
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()
Namespace: Simplic.UI.GridView
Assembly: Simplic.UI.dll
Syntax
public class GridViewPageUpKeepSelectionCommand : ICommand
Methods
| Improve this Doc View SourceCanExecute(Object)
Proof whether the command can be executed
Declaration
public bool CanExecute(object parameter)
Parameters
Type | Name | Description |
---|---|---|
System.Object | parameter |
Returns
Type | Description |
---|---|
System.Boolean |
Execute(Object)
Execute moving page down
Declaration
public void Execute(object parameter)
Parameters
Type | Name | Description |
---|---|---|
System.Object | parameter |
Events
| Improve this Doc View SourceCanExecuteChanged
Declaration
public event EventHandler CanExecuteChanged
Event Type
Type | Description |
---|---|
System.EventHandler |
Implements
System.Windows.Input.ICommand