Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1TextBox Class / RemoveTarget Method / RemoveTarget(EventHandler,UIControlEvent) Method


In This Topic
    RemoveTarget(EventHandler,UIControlEvent) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub RemoveTarget( _
       ByVal notification As EventHandler, _
       ByVal events As UIKit.UIControlEvent _
    ) 
    'Usage
     
    
    Dim instance As C1TextBox
    Dim notification As EventHandler
    Dim events As UIKit.UIControlEvent
     
    instance.RemoveTarget(notification, events)
    public void RemoveTarget( 
       EventHandler notification,
       UIKit.UIControlEvent events
    )

    Parameters

    notification
    events
    See Also