ComponentOne Xamarin.iOS
Detach Method


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1Behavior<T> Class : Detach Method
Dettaches the behavior from the UIKit.UIView.
Syntax
'Declaration
 
Public Sub Detach( _
   ByVal o As T _
) 
'Usage
 
Dim instance As C1Behavior(Of T)
Dim o As T
 
instance.Detach(o)
public void Detach( 
   T o
)

Parameters

o
See Also

Reference

C1Behavior<T> Class
C1Behavior<T> Members