ComponentOne Xamarin.iOS
MovedToSuperview Method (C1ComboBox)


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1ComboBox Class : MovedToSuperview Method
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 C1ComboBox
 
instance.MovedToSuperview()
[Foundation.Export("didMoveToSuperview")]
[CompilerGenerated()]
public override void MovedToSuperview()
See Also

Reference

C1ComboBox Class
C1ComboBox Members