DeleteState 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.
Identifies whether the element is active, in the process of being deleted, or has been deleted.
public enum class DeleteState
public enum DeleteState
type DeleteState =
Public Enum DeleteState
- Inheritance
-
DeleteState
Fields
Name | Value | Description |
---|---|---|
Active | 0 | The element is active |
Deleting | 1 | The element is in the process of being deleted. This state is only valid while in the context of firing ElementDeletingRules |
Deleted | 2 | The element has been deleted. |