Expand Minimize
0 out of 2 rated this helpful - Rate this topic

TextChangedEventArgs class

Provides data for the TextChanged event.

Inheritance

Object
  RoutedEventArgs
    TextChangedEventArgs

Syntax

Public NotInheritable Class TextChangedEventArgs  
    Inherits RoutedEventArgs

Attributes

MarshalingBehaviorAttribute(Agile)
ThreadingAttribute(Both)
VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The TextChangedEventArgs class has these types of members:

Methods

The TextChangedEventArgs class inherits methods from the Object class.

Properties

The TextChangedEventArgs class has these properties.

PropertyAccess typeDescription

OriginalSource

Read-onlyGets a reference to the object that raised the event. (Inherited from RoutedEventArgs)

 

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

RoutedEventArgs

 

 

Build date: 3/12/2013

© 2013 Microsoft. All rights reserved.