Click or drag to resize

IPropertyManagerPageHandlerEx Interface

Provides additional user interface related handlers and options

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 interface IPropertyManagerPageHandlerEx

The IPropertyManagerPageHandlerEx 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