ComponentOne Xamarin.Android
OnRtlPropertiesChanged Method (C1DropDown)


C1.Android.Input Assembly > C1.Android.Input Namespace > C1DropDown Class : OnRtlPropertiesChanged Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("onRtlPropertiesChanged", 
   "(I)V", 
   "GetOnRtlPropertiesChanged_IHandler", 
   ApiSince=17)>
Public Overridable Sub OnRtlPropertiesChanged( _
   ByVal layoutDirection As Android.Views.LayoutDirection _
) 
'Usage
 
Dim instance As C1DropDown
Dim layoutDirection As Android.Views.LayoutDirection
 
instance.OnRtlPropertiesChanged(layoutDirection)
[Android.Runtime.Register("onRtlPropertiesChanged", 
   "(I)V", 
   "GetOnRtlPropertiesChanged_IHandler", 
   ApiSince=17)]
public virtual void OnRtlPropertiesChanged( 
   Android.Views.LayoutDirection layoutDirection
)

Parameters

layoutDirection
See Also

Reference

C1DropDown Class
C1DropDown Members