Search Results for

    Show / Hide Table of Contents

    Class PageChangedEventArgs

    used in pageChanged event

    Inheritance
    System.Object
    System.EventArgs
    PageChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    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.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class PageChangedEventArgs : EventArgs

    Constructors

    | Improve this Doc View Source

    PageChangedEventArgs(Int32, Int32)

    page changed event args, stores information about the old and new page

    Declaration
    public PageChangedEventArgs(int oldPageNumber, int newPageNumber)
    Parameters
    Type Name Description
    System.Int32 oldPageNumber
    System.Int32 newPageNumber

    Properties

    | Improve this Doc View Source

    NewPageNumber

    Declaration
    public int NewPageNumber { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    OldPageNumber

    Declaration
    public int OldPageNumber { get; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx