C# Class Company.OrmLanguage.CompartmentItemDeleteRule

Inheritance: DslModeling::DeleteRule
Mostrar archivo Open project: thabart/SimpleOrm Class Usage Examples

Public Methods

Method Description
ElementDeleted ( global::Microsoft.VisualStudio.Modeling e ) : void

Called when an element is deleted

Private Methods

Method Description
ElementDeleted ( global::Microsoft.VisualStudio.Modeling e, bool repaintOnly ) : void

Method Details

ElementDeleted() public method

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