Click or drag to resize

PropertyManagerPageClosingDelegate Delegate

Delegate for handling the parameters of property manager page closing 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 PropertyManagerPageClosingDelegate(
	swPropertyManagerPageCloseReasons_e reason,
	ClosingArg arg
)

Parameters

reason
Type: swPropertyManagerPageCloseReasons_e
Reason of closing as defined in swPropertyManagerPageCloseReasons_e Enumeration
arg
Type: CodeStack.SwEx.PMPage.BaseClosingArg
Closing argument. Use this argument to cancel closing if needed
See Also