| C1.WPF Namespace > C1MaskedTextBox Class : TextChanged Event |
'DeclarationPublic Event TextChanged As System.Windows.Controls.TextChangedEventHandler
'UsageDim instance As C1MaskedTextBox Dim handler As System.Windows.Controls.TextChangedEventHandler AddHandler instance.TextChanged, handler
public event System.Windows.Controls.TextChangedEventHandler TextChanged
The event handler receives an argument of type System.Windows.Controls.TextChangedEventArgs containing data related to this event. The following TextChangedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| OriginalSource | (Inherited from System.Windows.RoutedEventArgs) |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2