DomainClass.OnInheritanceModifierChanged Method

Definition

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

Applies to