IWpfTableControl.EntriesChanged Event
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.
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.