ComponentOne Xamarin.iOS Documentation
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1Border Class / MovedToSuperview Method


In This Topic
    MovedToSuperview Method (C1Border)
    In This Topic
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("didMoveToSuperview")>
    <CompilerGeneratedAttribute()>
    Public Overrides Sub MovedToSuperview() 
    'Usage
     
    
    Dim instance As C1Border
     
    instance.MovedToSuperview()
    [Foundation.Export("didMoveToSuperview")]
    [CompilerGenerated()]
    public override void MovedToSuperview()
    See Also