C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1ComboBox Class / ShouldInvalidateOnChildAdded Method


In This Topic
ShouldInvalidateOnChildAdded Method (C1ComboBox)
In This Topic
Syntax
'Declaration
 
Protected Overridable Function ShouldInvalidateOnChildAdded( _
   ByVal child As Xamarin.Forms.View _
) As Boolean
 
'Usage
 
Dim instance As C1ComboBox
Dim child As Xamarin.Forms.View
Dim value As Boolean
 
value = instance.ShouldInvalidateOnChildAdded(child)

Parameters

child
See Also