FormControlEventType 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.
public enum class FormControlEventType
public enum FormControlEventType
type FormControlEventType =
Public Enum FormControlEventType
- Inheritance
-
FormControlEventType
Fields
Name | Value | Description |
---|---|---|
Clicked | 0 | |
Modified | 1 | |
Validating | 2 | |
Validated | 3 | |
Leaving | 4 | |
LostFocus | 5 | |
Enter | 6 | |
GotFocus | 7 | |
SelectionChanging | 8 | |
SelectionChanged | 9 | |
PageActivated | 10 | |
AllowPageDeactivate | 11 | |
Expanding | 12 | |
Expanded | 13 | |
DialogClosed | 14 | |
TabChanged | 15 | |
Lookup | 16 | |
JumpRef | 17 | |
Clicking | 18 |