'Declaration
Public Overloads Sub AddTarget( _ ByVal notification As EventHandler, _ ByVal events As UIKit.UIControlEvent _ )
'Usage
Dim instance As C1TextBox Dim notification As EventHandler Dim events As UIKit.UIControlEvent instance.AddTarget(notification, events)
public void AddTarget( EventHandler notification, UIKit.UIControlEvent events )
Parameters
- notification
- events