IWpfTableControl2.DataStabilityChanged Event

Definition

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.

Applies to