DomainClass.OnInheritanceModifierChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when InheritanceModifier on a DomainClass changes
protected:
virtual void OnInheritanceModifierChanged(Microsoft::VisualStudio::Modeling::DslDefinition::InheritanceModifier oldValue, Microsoft::VisualStudio::Modeling::DslDefinition::InheritanceModifier newValue);
protected virtual void OnInheritanceModifierChanged (Microsoft.VisualStudio.Modeling.DslDefinition.InheritanceModifier oldValue, Microsoft.VisualStudio.Modeling.DslDefinition.InheritanceModifier newValue);
abstract member OnInheritanceModifierChanged : Microsoft.VisualStudio.Modeling.DslDefinition.InheritanceModifier * Microsoft.VisualStudio.Modeling.DslDefinition.InheritanceModifier -> unit
override this.OnInheritanceModifierChanged : Microsoft.VisualStudio.Modeling.DslDefinition.InheritanceModifier * Microsoft.VisualStudio.Modeling.DslDefinition.InheritanceModifier -> unit
Protected Overridable Sub OnInheritanceModifierChanged (oldValue As InheritanceModifier, newValue As InheritanceModifier)
Parameters
- oldValue
- InheritanceModifier
- newValue
- InheritanceModifier