| 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
Public Interface IPropertyManagerPageEx(Of THandler As {New, PropertyManagerPageHandlerEx}, TModel)
generic<typename THandler, typename TModel>
where THandler : gcnew(), PropertyManagerPageHandlerEx
public interface class IPropertyManagerPageEx
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
| Name | Description |
---|
| Controls |
List of all controls created in the property manager page
|
| Handler |
Pointer to the handler
|
| Model |
Pointer to the current instance of the model
|
TopMethods
| Name | Description |
---|
| Show |
Display property manager page modeless
|
TopRemarks The pointer to this page must be stored on a class level to avoid garbage collection
See Also