MoveRule.ElementMoved(ElementMovedEventArgs) 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.
public virtual method for the client to have his own user-defined move rule class
public:
virtual void ElementMoved(Microsoft::VisualStudio::Modeling::ElementMovedEventArgs ^ e);
public virtual void ElementMoved (Microsoft.VisualStudio.Modeling.ElementMovedEventArgs e);
abstract member ElementMoved : Microsoft.VisualStudio.Modeling.ElementMovedEventArgs -> unit
override this.ElementMoved : Microsoft.VisualStudio.Modeling.ElementMovedEventArgs -> unit
Public Overridable Sub ElementMoved (e As ElementMovedEventArgs)