IWpfTableControl2.DataStabilityChanged 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 when the data stability state was changed. Check IsDataStable for the new data stability state.
public:
event EventHandler ^ DataStabilityChanged;
event EventHandler DataStabilityChanged;
member this.DataStabilityChanged : EventHandler
Event DataStabilityChanged As EventHandler
Event Type
Remarks
This event will always be raised on the thread that created the table control.