Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / TextEditedEventArgs Class / CurrentText Property

In This Topic
    CurrentText Property (TextEditedEventArgs)
    In This Topic
    Current text.
    Syntax
    'Declaration
     
    
    Public Property CurrentText As String
    public string CurrentText {get; set;}
    See Also