Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / DispatchDrawableHotspotChanged Method


In This Topic
    DispatchDrawableHotspotChanged Method (FlexGrid)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("dispatchDrawableHotspotChanged", 
       "(FF)V", 
       "GetDispatchDrawableHotspotChanged_FFHandler", 
       ApiSince=22)>
    Public Overridable Sub DispatchDrawableHotspotChanged( _
       ByVal x As Single, _
       ByVal y As Single _
    ) 
    'Usage
     
    
    Dim instance As FlexGrid
    Dim x As Single
    Dim y As Single
     
    instance.DispatchDrawableHotspotChanged(x, y)
    [Android.Runtime.Register("dispatchDrawableHotspotChanged", 
       "(FF)V", 
       "GetDispatchDrawableHotspotChanged_FFHandler", 
       ApiSince=22)]
    public virtual void DispatchDrawableHotspotChanged( 
       float x,
       float y
    )

    Parameters

    x
    y
    See Also