ModelingDocStore.CanRefreshPropertyBrowser Property
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.
If this returns false, then the property browser will not be automatically refreshed. This callback is required for transaction commit during delete scenarios. In this case, the undo unit pulls the before selection from the current window, so it must be correct. However, the property browser cannot refresh a deleted ModelElement. This enables derived classes to block the RefreshPropertyBrowser callback.
protected:
virtual property bool CanRefreshPropertyBrowser { bool get(); };
protected virtual bool CanRefreshPropertyBrowser { get; }
member this.CanRefreshPropertyBrowser : bool
Protected Overridable ReadOnly Property CanRefreshPropertyBrowser As Boolean