Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Icon Class / PostOnAnimation Method


In This Topic
    PostOnAnimation Method (C1Icon)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("postOnAnimation", 
       "(Ljava/lang/Runnable;)V", 
       "GetPostOnAnimation_Ljava_lang_Runnable_Handler", 
       ApiSince=16)>
    Public Overridable Sub PostOnAnimation( _
       ByVal action As Java.Lang.IRunnable _
    ) 
    'Usage
     
    
    Dim instance As C1Icon
    Dim action As Java.Lang.IRunnable
     
    instance.PostOnAnimation(action)
    [Android.Runtime.Register("postOnAnimation", 
       "(Ljava/lang/Runnable;)V", 
       "GetPostOnAnimation_Ljava_lang_Runnable_Handler", 
       ApiSince=16)]
    public virtual void PostOnAnimation( 
       Java.Lang.IRunnable action
    )

    Parameters

    action
    See Also