C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
Windows.UI.Xaml
Application Class
CornerRadius Structure
DataTemplate Class
DependencyObject Class
DependencyProperty Class
DependencyPropertyChangedEventArgs Class
DispatcherTimer Class
Duration Structure
ExceptionRoutedEventArgs Class
ExceptionRoutedEventHandler Delegate
FrameworkElement Class
FrameworkTemplate Class
GridLength Structure
GridUnitType Enumeration
HorizontalAlignment Enumeration
IHasAccessToPropertiesWhereItIsUsed Interface
PropertyChangedCallback Delegate
PropertyMetadata Class
PropertyPath Class
ResourceDictionary Class
RoutedEventArgs Class
RoutedEventHandler Delegate
Setter Class
SetterBase Class
Style Class
TemplateInstance Class
TextAlignment Enumeration
TextChangedEventArgs Class
TextChangedEventHandler Delegate
TextWrapping Enumeration
Thickness Structure
UIElement Class
ValueToHtmlConverter Delegate
VerticalAlignment Enumeration
Visibility Enumeration
VisualState Class
VisualStateGroup Class
VisualStateManager Class
WhenToCallPropertyChangedEnum Enumeration
Window Class
WindowSizeChangedEventHandler Delegate
TextChangedEventHandler Delegate
Represents the method that will handle the TextChanged event.
Namespace:
Windows.UI.Xaml
Assembly:
CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
Copy
public
delegate
void
TextChangedEventHandler
(
Object
sender
,
TextChangedEventArgs
e
)
Parameters
sender
Type:
System
Object
e
Type:
Windows.UI.Xaml
TextChangedEventArgs
See Also
Reference
Windows.UI.Xaml Namespace