New to Telerik UI for WPFStart a free 30-day trial

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

Definition

Properties

Gets the Cancel ICommand for this dialog.

C#
ICommand Cancel { get; }

Gets the Ok ICommand for this dialog.

C#
ICommand Ok { get; }

Events

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

C#
event EventHandler Canceled

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

C#
event EventHandler Completed
In this article
DefinitionPropertiesCancelOkEventsCanceledCompleted
Not finding the help you need?
Contact Support