Initializes a new instance of the AwxGridViewModel class.

Namespace: Ico.AnyGlass.AlarmWorX.ViewModel
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public AwxGridViewModel(
	IDialogServiceEventAggregator dialogService
)
Visual Basic
Public Sub New ( _
	dialogService As IDialogServiceEventAggregator _
)
JScript
public function AwxGridViewModel(
	dialogService : IDialogServiceEventAggregator
)

Parameters

dialogService
Type: IDialogServiceEventAggregator

See Also