Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridBase Class / CanPerform Method


In This Topic
    CanPerform Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function CanPerform( _
       ByVal action As ObjCRuntime.Selector, _
       ByVal withSender As Foundation.NSObject _
    ) As Boolean
    'Usage
     
    
    Dim instance As GridBase
    Dim action As ObjCRuntime.Selector
    Dim withSender As Foundation.NSObject
    Dim value As Boolean
     
    value = instance.CanPerform(action, withSender)
    public override bool CanPerform( 
       ObjCRuntime.Selector action,
       Foundation.NSObject withSender
    )

    Parameters

    action
    withSender
    See Also