Click or drag to resize

IPropertyManagerPageExTHandler, TModel Interface

Represents the wrapper for the property manager page which builds the user interface based on the provided data model

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 IPropertyManagerPageEx<THandler, TModel>
where THandler : new(), PropertyManagerPageHandlerEx

Type Parameters

THandler
Handler of the property manager page which provides an access to additional properties and events related to user interface. Must be com visible
TModel
Type used both as the design layout and data model

The IPropertyManagerPageExTHandler, TModel type exposes the following members.

Properties
  NameDescription
Public propertyControls
List of all controls created in the property manager page
Public propertyHandler
Pointer to the handler
Public propertyModel
Pointer to the current instance of the model
Top
Methods
  NameDescription
Public methodShow
Display property manager page modeless
Top
Remarks
The pointer to this page must be stored on a class level to avoid garbage collection
See Also