Skip to main content

ModelAfterNewRelationEventParams.Model property

Namespace: NextDesign.Desktop

Description

Target model

IModel Model { get; }

type

Annotations

About API specification change and migration method in Ver.1.1

From Ver.1.1, the model that can be obtained with this property has been changed as follows.

  • Before change: Model corresponding to the operation start point on the UI
  • After change: A model that corresponds to the Source side class of the related class, regardless of user operations on the UI

If you are using this API, please change the corresponding part in the extension along with the version upgrade to Ver.1.1 or later.