Share via


TableSelectionChangedEventArgs Class

Definition

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.

Applies to