Share via


EntriesChangedEventArgs Class

Definition

Event arguments for an 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 an instance of EntriesChangedEventArgs with the specified version number.

Fields

VersionNumber

Version number of the update.

Properties

AllEntries

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

FilteredAndSortedEntries

The filtered and sorted entries in the table.

Applies to