Search Results for

    Show / Hide Table of Contents

    Class GridViewPageDownCommand

    Move a page up and focus the given item

    Inheritance
    System.Object
    GridViewPageDownCommand
    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 GridViewPageDownCommand : ICommand

    Methods

    | Improve this Doc View Source

    CanExecute(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
    | Improve this Doc View Source

    Execute(Object)

    Execute moving page down

    Declaration
    public void Execute(object parameter)
    Parameters
    Type Name Description
    System.Object parameter

    Events

    | Improve this Doc View Source

    CanExecuteChanged

    Declaration
    public event EventHandler CanExecuteChanged
    Event Type
    Type Description
    System.EventHandler

    Implements

    System.Windows.Input.ICommand
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx