ComponentOne Input Library for WPF
C1.WPF.Input Namespace / TextEditedEventArgs Class / LastKey Property

In This Topic
    LastKey Property
    In This Topic
    Gets or sets the last key.
    Syntax
    'Declaration
     
    
    Public Property LastKey As Key
    public Key LastKey {get; set;}

    Property Value

    The last key.
    See Also