Diagram.OnBeforeReroute 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.
Virtual method that allows derived diagrams to perform certain operations before a reroute of lines occurs on this diagram.
public:
virtual void OnBeforeReroute();
public virtual void OnBeforeReroute ();
abstract member OnBeforeReroute : unit -> unit
override this.OnBeforeReroute : unit -> unit
Public Overridable Sub OnBeforeReroute ()