IEntityDesignerLayer.OnAfterLayerLoaded Method (XObject)

 

Fired after the layer is loaded.

Namespace:   Microsoft.Data.Entity.Design.Extensibility
Assembly:  Microsoft.Data.Entity.Design.Extensibility (in Microsoft.Data.Entity.Design.Extensibility.dll)

Syntax

[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", 
    MessageId = "x")]
void OnAfterLayerLoaded(
    XObject xObject
)
[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", 
    MessageId = "x")]
void OnAfterLayerLoaded(
    XObject^ xObject
)
[<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly",
    MessageId = "x")>]
abstract OnAfterLayerLoaded : 
        xObject:XObject -> unit
<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly",
    MessageId := "x")>
Sub OnAfterLayerLoaded (
    xObject As XObject
)

Parameters

  • xObject
    Type: System.Xml.Linq.XObject

    the selected object in the active designer or conceptual model if nothing is selected.

See Also

IEntityDesignerLayer Interface
Microsoft.Data.Entity.Design.Extensibility Namespace

Return to top