InvalidationTrigger 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.
For internal use by platform renderers.
This enumeration supports a bitwise combination of its member values.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Flags]
public enum InvalidationTrigger
type InvalidationTrigger =
- Inheritance
-
System.EnumInvalidationTrigger
- Attributes
-
System.ComponentModel.EditorBrowsableAttribute System.FlagsAttribute
Fields
Name | Value | Description |
---|---|---|
Undefined | 0 | For internal use by platform renderers. |
MeasureChanged | 1 | For internal use by platform renderers. |
HorizontalOptionsChanged | 2 | For internal use by platform renderers. |
VerticalOptionsChanged | 4 | For internal use by platform renderers. |
SizeRequestChanged | 8 | For internal use by platform renderers. |
RendererReady | 16 | For internal use by platform renderers. |
MarginChanged | 32 | For internal use by platform renderers. |