Spread Windows Forms 7.0 Product Documentation
TextChanging Event
See Also  Support Options
GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > EditBase Class : TextChanging Event


Glossary Item Box

Occurs just before the Text property is changed in the control.

Syntax

Visual Basic (Declaration) 
Public Event TextChanging As TextChangingEventHandler
Visual Basic (Usage)Copy Code
Dim instance As EditBase
Dim handler As TextChangingEventHandler
 
AddHandler instance.TextChanging, handler
C# 
public event TextChangingEventHandler TextChanging

Event Data

The event handler receives an argument of type TextChangingEventArgs containing data related to this event. The following TextChangingEventArgs properties provide information specific to this event.

PropertyDescription
Cancel Gets or sets the value that indicates whether the changing action is canceled.
Result Gets the value that indicates the result after the text is changed.

Remarks

This event is raised before the Text property is changed.

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.