ComponentOne Xamarin.iOS Documentation
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1DropDown Class / MovedToSuperview Method


In This Topic
    MovedToSuperview Method (C1DropDown)
    In This Topic
    Indicates the UIKit.UIView has had its UIKit.UIView.Superview property changed.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("didMoveToSuperview")>
    <CompilerGeneratedAttribute()>
    Public Overrides Sub MovedToSuperview() 
    'Usage
     
    
    Dim instance As C1DropDown
     
    instance.MovedToSuperview()
    [Foundation.Export("didMoveToSuperview")]
    [CompilerGenerated()]
    public override void MovedToSuperview()
    See Also