C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1MaskedTextField Class / AddTarget Method / AddTarget(EventHandler,UIControlEvent) Method


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

Parameters

notification
events
See Also