ComponentOne Xamarin.Android
OnPrivateIMECommand Method (C1ClearableEditText)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1ClearableEditText Class : OnPrivateIMECommand Method
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 C1ClearableEditText
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

Reference

C1ClearableEditText Class
C1ClearableEditText Members