ViewModel for "More" command.

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

Syntax

C#
public class MoreCommandViewModel : CommandViewModelBase
Visual Basic
Public Class MoreCommandViewModel _
	Inherits CommandViewModelBase
JScript
public class MoreCommandViewModel extends CommandViewModelBase

Inheritance Hierarchy

System..::..Object
  BindableObject
    CommandViewModelBase
      Ico.Awx.ViewModel..::..MoreCommandViewModel

See Also