Table of Contents

Constructor ShowViewEventData

Namespace
Innova.Prism.Infrastructure.EventParameters
Assembly
Innova.Prism.Infrastructure.dll

ShowViewEventData()

Initializes a new instance of the ShowViewEventData class.

public ShowViewEventData()

ShowViewEventData(string)

Initializes a new instance of the ShowViewEventData class with the specified view name.

public ShowViewEventData(string viewName)

Parameters

viewName string

The name of the view.