ViewModel for "Refresh" command.

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

Syntax

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

Inheritance Hierarchy

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

See Also