DeleteState Enum

Definition

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

Active 0

The element is active

Deleted 2

The element has been deleted.

Deleting 1

The element is in the process of being deleted. This state is only valid while in the context of firing ElementDeletingRules

Applies to