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 SourcePagingEventArgs(Object, Object)
Declaration
public PagingEventArgs(object oldDataContext, object oldPagingObject)
Parameters
Type | Name | Description |
---|---|---|
System.Object | oldDataContext | |
System.Object | oldPagingObject |
Properties
| Improve this Doc View SourceCancel
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OldDataContext
Declaration
public object OldDataContext { get; }
Property Value
Type | Description |
---|---|
System.Object |
OldPagingObject
Declaration
public object OldPagingObject { get; }
Property Value
Type | Description |
---|---|
System.Object |