ComponentOne FinancialChart for WPF
C1.WPF 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
    'Usage
     
    
    Dim instance As TextEditedEventArgs
    Dim value As Key
     
    instance.LastKey = value
     
    value = instance.LastKey
    public Key LastKey {get; set;}
    public:
    property Key LastKey {
       Key get();
       void set (    Key value);
    }

    Property Value

    The last key.
    See Also