ValidationCategories Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Flavor of the validaton categories...
This enumeration supports a bitwise combination of its member values.
public enum class ValidationCategories
[System.Flags]
public enum ValidationCategories
[<System.Flags>]
type ValidationCategories =
Public Enum ValidationCategories
- Inheritance
-
ValidationCategories
- Attributes
Fields
Name | Value | Description |
---|---|---|
Menu | 1 | Validation method to be invoked when user choose from the menu |
Open | 2 | Validation method to be invoked when file is opened |
Save | 4 | Validation method to be invoked when file is closed |
Custom | 8 | /// Custom validation method |
Load | 16 | Invoked immediately after file is loaded, before fixups |