ModelingDocStore.CanRefreshPropertyBrowser Property

Definition

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

Property Value

Applies to