C# Class Company.OrmLanguage.CompartmentItemChangeRule

Inheritance: DslModeling::ChangeRule
Show file Open project: thabart/SimpleOrm Class Usage Examples

Public Methods

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

Called when an element is changed

Private Methods

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

Method Details

ElementPropertyChanged() public method

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