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

Name Description
EntriesChangedEventArgs(Int32)

Create an instance of EntriesChangedEventArgs with the specified version number.

Fields

Name Description
VersionNumber

Version number of the update.

Properties

Name Description
AllEntries

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

FilteredAndSortedEntries

The filtered and sorted entries in the table.

Applies to