Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / CompletedEventArgs Class
Members


In This Topic
    CompletedEventArgs Class
    In This Topic
    Occurs when the user finalizes the text in an entry with the return key.
    Syntax
    'Declaration
     
    
    Public Class CompletedEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As CompletedEventArgs
    public class CompletedEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.Android.Input.CompletedEventArgs

    See Also