C# Класс CompartmentMapping.CompartmentMappingAddRuleBase

Base class for all compartment connection add rules. This rule changes the endpoints of e new connection to correspond to the entries of the compartment shapes.
You need not to use this class directly (e.g. create implementors). The code generator will create one derived class for your compartment connection
Наследование: AddRule
Показать файл Открыть проект

Открытые методы

Метод Описание
ElementAdded ( ElementAddedEventArgs e ) : void

This method is called when the rule is fired, that is when a new connection is added to the model.

Описание методов

ElementAdded() публичный Метод

This method is called when the rule is fired, that is when a new connection is added to the model.
public ElementAdded ( ElementAddedEventArgs e ) : void
e ElementAddedEventArgs the ElementAddedEventArgs
Результат void