Class CurrentCellValidatingEventArgs
Inheritance
System.Object
CurrentCellValidatingEventArgs
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class CurrentCellValidatingEventArgs : RoutedEventArgs
Constructors
CurrentCellValidatingEventArgs(GridStyleInfo)
Initializes a new instance of the CurrentCellValidatingEventArgs class.
Declaration
public CurrentCellValidatingEventArgs(GridStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
GridStyleInfo | style | The style. |
CurrentCellValidatingEventArgs(GridStyleInfo, Object, Object, RoutedEvent, Object)
Initializes a new instance of the CurrentCellValidatingEventArgs class.
Declaration
public CurrentCellValidatingEventArgs(GridStyleInfo style, object oldValue, object newValue, RoutedEvent routedEvent, object source)
Parameters
Type | Name | Description |
---|---|---|
GridStyleInfo | style | The style. |
System.Object | oldValue | The old value. |
System.Object | newValue | The new value. |
System.Windows.RoutedEvent | routedEvent | The routed event. |
System.Object | source | The source. |
CurrentCellValidatingEventArgs(RoutedEvent, Object)
Initializes a new instance of the CurrentCellValidatingEventArgs class.
Declaration
public CurrentCellValidatingEventArgs(RoutedEvent routedEvent, object source)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.RoutedEvent | routedEvent | |
System.Object | source |
Properties
Cancel
Gets or sets a value indicating whether this CurrentCellValidatingEventArgs is cancel.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
NewValue
Gets or sets the new value.
Declaration
public object NewValue { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The new value. |
OldValue
Gets the old value.
Declaration
public object OldValue { get; }
Property Value
Type | Description |
---|---|
System.Object | The old value. |
Style
Gets the Cell Style.
Declaration
public GridStyleInfo Style { get; }
Property Value
Type | Description |
---|---|
GridStyleInfo | The style. |