IEntityDesignerLayer.OnSelectionChanged Method
[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]
Fired when selection is changed on the designer surface
Namespace: Microsoft.Data.Entity.Design.Extensibility
Assembly: Microsoft.Data.Entity.Design.Extensibility (in Microsoft.Data.Entity.Design.Extensibility.dll)
Syntax
'Declaration
Sub OnSelectionChanged ( _
selection As XObject _
)
'Usage
Dim instance As IEntityDesignerLayer
Dim selection As XObject
instance.OnSelectionChanged(selection)
void OnSelectionChanged(
XObject selection
)
void OnSelectionChanged(
XObject^ selection
)
abstract OnSelectionChanged :
selection:XObject -> unit
function OnSelectionChanged(
selection : XObject
)
Parameters
- selection
Type: System.Xml.Linq.XObject
The selected object in the active designer or conceptual model.