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


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