ClientUI.IsDisplayOpeningExecuted Method

Check if DisplayOpening method already executed
[ID("IsDisplayOpeningExecuted", (int)e.IsDisplayOpeningExecuted)] 
[EditorBrowsable(EditorBrowsableState.Advanced)] 
public bool IsDisplayOpeningExecuted( 
   string displayName 
)

Parameters

displayName
string

Return Value

bool

Flag indicating whether DisplayOpening method already executed (true) or not (false)

.NET Framework

Supported in: 4.8

In this article

Definition