Interface
IDialogViewModel

An interface that defines some basic mechanisms for communication between a view model and the hosting dialog UI.

Definition

Namespace:Telerik.Windows.Controls.FieldList

Assembly:Telerik.Windows.Controls.PivotFieldList.dll

Syntax:

cs-api-definition
public interface IDialogViewModel

Properties

Cancel

Gets the Cancel ICommand for this dialog.

Declaration

cs-api-definition
ICommand Cancel { get; }

Property Value

ICommand

Ok

Gets the Ok ICommand for this dialog.

Declaration

cs-api-definition
ICommand Ok { get; }

Property Value

ICommand

Events

Canceled

Invoked when the used canceled any changes done through this dialog.

Declaration

cs-api-definition
event EventHandler Canceled

Event Value

EventHandler

Completed

Invoked when the used completed and confirmed the changes on this dialog.

Declaration

cs-api-definition
event EventHandler Completed

Event Value

EventHandler

In this article
DefinitionPropertiesCancelOkEventsCanceledCompleted
Not finding the help you need?
Contact Support