Click or drag to resize

ClosingArg Class

Represents the parameter of Closing notification
Inheritance Hierarchy
SystemObject
  CodeStack.SwEx.PMPage.BaseClosingArg

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 class ClosingArg

The ClosingArg type exposes the following members.

Properties
  NameDescription
Public propertyCancel
True to cancel the closing of property manager page
Public propertyErrorMessage
Message of the error to be displayed to the user or empty string if no error to be displayed
Public propertyErrorTitle
Title of the error to be displayed to the user or empty string if no error to be displayed
Top
Remarks
If Cancel parameter is set to true and ErrorTitle and ErrorMessage are not empty. Framework will display the error popup box next to the property manager page
See Also