Click or drag to resize

PropertyManagerPageClosedDelegate Delegate

Delegate for handling the parameters of property manager page closed event

Namespace:  CodeStack.SwEx.PMPage.Base
Assembly:  CodeStack.SwEx.PMPage (in CodeStack.SwEx.PMPage.dll) Version: 0.7.2.0 (0.7.2.0)
Syntax
public delegate void PropertyManagerPageClosedDelegate(
	swPropertyManagerPageCloseReasons_e reason
)

Parameters

reason
Type: swPropertyManagerPageCloseReasons_e
Reason of closing as defined in swPropertyManagerPageCloseReasons_e Enumeration
See Also