TableSelectionChangedEventArgs 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.
Provides data for the PreprocessSelectionChanged(TableSelectionChangedEventArgs) and PostprocessSelectionChanged(TableSelectionChangedEventArgs) events.
public ref class TableSelectionChangedEventArgs : EventArgs
public class TableSelectionChangedEventArgs : EventArgs
type TableSelectionChangedEventArgs = class
inherit EventArgs
Public Class TableSelectionChangedEventArgs
Inherits EventArgs
- Inheritance
-
TableSelectionChangedEventArgs
Constructors
TableSelectionChangedEventArgs(SelectionChangedEventArgs) |
Creates a new instance of the TableSelectionChangedEventArgs class. |
Fields
SelectionChangedEventArgs |
The SelectionChangedEventArgs that initiated this event. |
Properties
AddedEntries |
Gets a list that contains the items that were selected. |
RemovedEntries |
Gets a list that contains the items that were unselected. |