C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1DropDown Class / OnChildMeasureInvalidated Method / OnChildMeasureInvalidated(Object,EventArgs) Method


In This Topic
OnChildMeasureInvalidated(Object,EventArgs) Method
In This Topic
Syntax
'Declaration
 
Protected Overloads Sub OnChildMeasureInvalidated( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As C1DropDown
Dim sender As Object
Dim e As EventArgs
 
instance.OnChildMeasureInvalidated(sender, e)

Parameters

sender
e
See Also