EntriesChangedEventArgs Class

Definition

Event arguments for an IWpfTableControl.EntriesChanged event.

public ref class EntriesChangedEventArgs abstract : EventArgs
public abstract class EntriesChangedEventArgs : EventArgs
type EntriesChangedEventArgs = class
    inherit EventArgs
Public MustInherit Class EntriesChangedEventArgs
Inherits EventArgs
Inheritance
EntriesChangedEventArgs

Constructors

EntriesChangedEventArgs(Int32)

Create a new instance of EntriesChangedEventArgs with the specified version number.

Fields

VersionNumber

Version number of the update. This number is incremented by the table control on every update.

Properties

AllEntries

Gets all entries contained in the table (whether or not they are visible).

FilteredAndSortedEntries

Applies to