Visual Basic (Declaration) | |
---|---|
Public Event K2TextboxChanged As EventHandler(Of TextChangedEventArgs) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As K2Grid Dim handler As EventHandler(Of TextChangedEventArgs) AddHandler instance.K2TextboxChanged, handler |
C# | |
---|---|
public event EventHandler<TextChangedEventArgs> K2TextboxChanged |
C++/CLI | |
---|---|
public: event EventHandler<TextChangedEventArgs^>^ K2TextboxChanged |
The event handler receives an argument of type TextChangedEventArgs containing data related to this event. The following TextChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Changes | Gets a collection of objects that contains information about the changes that occurred. |
Handled (Inherited from System.Windows.RoutedEventArgs) | |
OriginalSource (Inherited from System.Windows.RoutedEventArgs) | |
RoutedEvent (Inherited from System.Windows.RoutedEventArgs) | |
Source (Inherited from System.Windows.RoutedEventArgs) | |
UndoAction | Gets how the undo stack is caused or affected by this text change |
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