C# Class Company.OrmLanguage.CompartmentItemDeleteRule

Inheritance: DslModeling::DeleteRule
Afficher le fichier Open project: thabart/SimpleOrm Class Usage Examples

Méthodes publiques

Méthode Description
ElementDeleted ( global::Microsoft.VisualStudio.Modeling e ) : void

Called when an element is deleted

Private Methods

Méthode Description
ElementDeleted ( global::Microsoft.VisualStudio.Modeling e, bool repaintOnly ) : void

Method Details

ElementDeleted() public méthode

Called when an element is deleted
public ElementDeleted ( global::Microsoft.VisualStudio.Modeling e ) : void
e global::Microsoft.VisualStudio.Modeling
Résultat void