PathSegment.BatchBegin Method
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.
Signals the start of a batch of property changes to avoid triggering multiple updates.
public:
virtual void BatchBegin();
public void BatchBegin();
abstract member BatchBegin : unit -> unit
override this.BatchBegin : unit -> unit
Public Sub BatchBegin ()