Click or drag to resize
EF Visual Editor

ModelElementExtensionsInvalidateDiagrams Method

Causes all diagrams to redraw

Namespace:  Sawczyn.EFDesigner.EFModel.Extensions
Assembly:  Sawczyn.EFDesigner.EFModel.Dsl (in Sawczyn.EFDesigner.EFModel.Dsl.dll) Version: 2.0.5.3 (2.0.5.3)
Syntax
public static void InvalidateDiagrams(
	this ModelElement element
)
Request Example View Source

Parameters

element
Type: ModelElement

[Missing <param name="element"/> documentation for "M:Sawczyn.EFDesigner.EFModel.Extensions.ModelElementExtensions.InvalidateDiagrams(Microsoft.VisualStudio.Modeling.ModelElement)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ModelElement. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also