Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridBase Class / Copy Method / Copy(NSObject) Method


In This Topic
    Copy(NSObject) Method
    In This Topic
    Copy the current selection to the clipboard.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Sub Copy( _
       ByVal sender As Foundation.NSObject _
    ) 
    'Usage
     
    
    Dim instance As GridBase
    Dim sender As Foundation.NSObject
     
    instance.Copy(sender)
    public override void Copy( 
       Foundation.NSObject sender
    )

    Parameters

    sender
    See Also