ComponentOne Xamarin.iOS
MovedToWindow Method


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridBase Class : MovedToWindow Method
Syntax
'Declaration
 
<Foundation.ExportAttribute("didMoveToWindow")>
<CompilerGeneratedAttribute()>
Public Overrides Sub MovedToWindow() 
'Usage
 
Dim instance As GridBase
 
instance.MovedToWindow()
[Foundation.Export("didMoveToWindow")]
[CompilerGenerated()]
public override void MovedToWindow()
See Also

Reference

GridBase Class
GridBase Members