EntriesChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |