ComponentOne Xamarin.iOS
SetValueForKeyPath(IntPtr,NSString) Method


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridBase Class > SetValueForKeyPath Method : SetValueForKeyPath(IntPtr,NSString) Method
Syntax
'Declaration
 
Public Overloads Sub SetValueForKeyPath( _
   ByVal handle As IntPtr, _
   ByVal keyPath As Foundation.NSString _
) 
'Usage
 
Dim instance As GridBase
Dim handle As IntPtr
Dim keyPath As Foundation.NSString
 
instance.SetValueForKeyPath(handle, keyPath)
public void SetValueForKeyPath( 
   IntPtr handle,
   Foundation.NSString keyPath
)

Parameters

handle
keyPath
See Also

Reference

GridBase Class
GridBase Members
Overload List