Click or drag to resize

IPropertyManagerPageExTHandler, TModelShow Method

Display property manager page modeless

Namespace:  CodeStack.SwEx.PMPage.Base
Assembly:  CodeStack.SwEx.PMPage (in CodeStack.SwEx.PMPage.dll) Version: 0.7.2.0 (0.7.2.0)
Syntax
void Show(
	TModel model
)

Parameters

model
Type: TModel
Data model to create property manager page for
Remarks
Control is returned immediately after calling the method. Use [!:THandler.Closed] event to receive a notification when this property manager page is closed
See Also