[]
Specifies the reasons that cause an action to execute.
[Flags]
public enum ValidateReasons
<Flags>
Public Enum ValidateReasons
Name | Description |
---|---|
CancelEdit | Indicates the action that is executed when a cell leaves edit mode without applying the edited value. |
CellValidating | Indicates the action that is executed when the cell validates. |
EndEdit | Indicates the action that is executed when a cell leaves edit mode and applies the edited value. |