IEntityDesignerLayer.OnBeforeLayerUnloaded Method (XObject)

 

Fired before the layer is unloaded.

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

Syntax

void OnBeforeLayerUnloaded(
    XObject conceptualModelXObject
)
void OnBeforeLayerUnloaded(
    XObject^ conceptualModelXObject
)
abstract OnBeforeLayerUnloaded : 
        conceptualModelXObject:XObject -> unit
Sub OnBeforeLayerUnloaded (
    conceptualModelXObject As XObject
)

Parameters

See Also

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

Return to top