IWpfTableControl.EntriesChanged Event

Definition

Raised (on the thread that created the control) after the controls entries have changed.

public:
 event EventHandler<Microsoft::VisualStudio::Shell::TableControl::EntriesChangedEventArgs ^> ^ EntriesChanged;
event EventHandler<Microsoft.VisualStudio.Shell.TableControl.EntriesChangedEventArgs> EntriesChanged;
member this.EntriesChanged : EventHandler<Microsoft.VisualStudio.Shell.TableControl.EntriesChangedEventArgs> 
Event EntriesChanged As EventHandler(Of EntriesChangedEventArgs) 

Event Type

Remarks

This event will always be raised on the thread that created the table control.

Applies to