Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1MaskedTextField Class / Cut Method
Object calling this method.


In This Topic
    Cut Method (C1MaskedTextField)
    In This Topic
    Indicates a "Cut" editing operation.
    Syntax
    'Declaration
     
    
    Public Overrides Sub Cut( _
       ByVal sender As Foundation.NSObject _
    ) 
    'Usage
     
    
    Dim instance As C1MaskedTextField
    Dim sender As Foundation.NSObject
     
    instance.Cut(sender)
    public override void Cut( 
       Foundation.NSObject sender
    )

    Parameters

    sender
    Object calling this method.
    See Also