WorkspaceVisualNodeBase.InTransition 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.
Node represent object in transition (aka deleting, name setting, etc)
public: property bool InTransition { public:
bool get(); protected:
void set(bool value); };
public: property bool InTransition { public:
bool get(); protected:
void set(bool value); };
public bool InTransition { get; protected set; }
member this.InTransition : bool with get, set
Public Property InTransition As Boolean