C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1MaskedTextField 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 C1MaskedTextField
Dim notification As EventHandler
Dim events As UIKit.UIControlEvent
 
instance.RemoveTarget(notification, events)

Parameters

notification
events
See Also