Click or drag to resize

PropertyManagerPageHandlerEx Class

Provides additional user interface related handlers and options
Inheritance Hierarchy
SystemObject
  CodeStack.SwEx.PMPagePropertyManagerPageHandlerEx

Namespace:  CodeStack.SwEx.PMPage
Assembly:  CodeStack.SwEx.PMPage (in CodeStack.SwEx.PMPage.dll) Version: 0.7.2.0 (0.7.2.0)
Syntax
public abstract class PropertyManagerPageHandlerEx : IPropertyManagerPageHandlerEx, 
	IPropertyManagerPage2Handler9

The PropertyManagerPageHandlerEx type exposes the following members.

Events
  NameDescription
Public eventClosed
Fired when property manager page is closed
Public eventClosing
Fired when property page is about to be closed. Use the argument to provide additional instructions
Public eventDataChanged
Fired when the data is changed (i.e. text box changed, combobox selection changed etc.)
Top
See Also