Table of Contents

Constructor SavedPropertiesItem

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SavedPropertiesItem(AbstractControl, ConcurrentStack<PropInstanceAndValue>)

Initializes a new instance of the PropInstanceAndValue.SavedPropertiesItem struct with the specified parameters.

public SavedPropertiesItem(AbstractControl container, ConcurrentStack<PropInstanceAndValue> savedProps)

Parameters

container AbstractControl

Container control which properties are saved.

savedProps ConcurrentStack<PropInstanceAndValue>

Information about the saved properties.