Search Results for

    Show / Hide Table of Contents

    Class PagingEventArgs

    Eventargs for DonePagingEvent used in DefaultRibbonWindow

    Inheritance
    System.Object
    PagingEventArgs
    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.Framework.UI
    Assembly: Simplic.Framework.Base.dll
    Syntax
    public class PagingEventArgs

    Constructors

    | Improve this Doc View Source

    PagingEventArgs(Object, Object)

    Declaration
    public PagingEventArgs(object oldDataContext, object oldPagingObject)
    Parameters
    Type Name Description
    System.Object oldDataContext
    System.Object oldPagingObject

    Properties

    | Improve this Doc View Source

    Cancel

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    OldDataContext

    Declaration
    public object OldDataContext { get; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    OldPagingObject

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