TableSelectionChangedEventArgs Class

Definition

Provides data for the ITableControlEventProcessor.PreprocessSelectionChanged(TableSelectionChangedEventArgs) and ITableControlEventProcessor.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 TableSelectionChangedEventArgs.

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