ComponentOne Xamarin.iOS
AddTarget(EventHandler,UIControlEvent) Method


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1MaskedTextField Class > AddTarget Method : AddTarget(EventHandler,UIControlEvent) Method
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)
public void AddTarget( 
   EventHandler notification,
   UIKit.UIControlEvent events
)

Parameters

notification
events
See Also

Reference

C1MaskedTextField Class
C1MaskedTextField Members
Overload List