'Declaration Sub AfterInsertAnchorable( _ ByVal layout As LayoutRoot, _ ByVal anchorableShown As LayoutAnchorable _ )
'Usage Dim instance As ILayoutUpdateStrategy Dim layout As LayoutRoot Dim anchorableShown As LayoutAnchorable instance.AfterInsertAnchorable(layout, anchorableShown)
void AfterInsertAnchorable( LayoutRoot layout, LayoutAnchorable anchorableShown )
Parameters
- layout
- The LayoutRoot involved.
- anchorableShown
- The anchorable that is being shown.