Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1CheckBox Class / OnPrivateIMECommand Method


In This Topic
    OnPrivateIMECommand Method (C1CheckBox)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("onPrivateIMECommand", 
       "(Ljava/lang/String;Landroid/os/Bundle;)Z", 
       "GetOnPrivateIMECommand_Ljava_lang_String_Landroid_os_Bundle_Handler", 
       ApiSince=3)>
    Public Overridable Function OnPrivateIMECommand( _
       ByVal action As String, _
       ByVal data As Android.OS.Bundle _
    ) As Boolean
    'Usage
     
    
    Dim instance As C1CheckBox
    Dim action As String
    Dim data As Android.OS.Bundle
    Dim value As Boolean
     
    value = instance.OnPrivateIMECommand(action, data)
    [Android.Runtime.Register("onPrivateIMECommand", 
       "(Ljava/lang/String;Landroid/os/Bundle;)Z", 
       "GetOnPrivateIMECommand_Ljava_lang_String_Landroid_os_Bundle_Handler", 
       ApiSince=3)]
    public virtual bool OnPrivateIMECommand( 
       string action,
       Android.OS.Bundle data
    )

    Parameters

    action
    data
    See Also