IDialogViewModel
Interface
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:
C#
public interface IDialogViewModel
Derived Classes:
Properties
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