[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.TextChangingEventArgs

TextChangingEventArgs Class

Provides data for the GrapeCity.Windows.InputMan.Primitives.EditBase.TextChanging event.

Inheritance
TextChangingEventArgs
Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public class TextChangingEventArgs : EventArgs
Public Class TextChangingEventArgs
    Inherits EventArgs

Constructors

Name Description
TextChangingEventArgs(bool, string)

Initializes a new instance of the TextChangingEventArgs class.

Properties

Name Description
Cancel

Gets or sets the value indicating whether the changing action is cancelled.

Result

Gets the value indicating the result after text is changed.