| 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
Public MustInherit Class PropertyManagerPageHandlerEx
Implements IPropertyManagerPageHandlerEx, IPropertyManagerPage2Handler9
public ref class PropertyManagerPageHandlerEx abstract : IPropertyManagerPageHandlerEx,
IPropertyManagerPage2Handler9
The PropertyManagerPageHandlerEx type exposes the following members.
Events
| Name | Description |
---|
| Closed |
Fired when property manager page is closed
|
| Closing |
Fired when property page is about to be closed. Use the argument to provide additional instructions
|
| DataChanged |
Fired when the data is changed (i.e. text box changed, combobox selection changed etc.)
|
TopSee Also