Class UntrackableCommandExecutingEventArgs
Inheritance
System.Object
UntrackableCommandExecutingEventArgs
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public class UntrackableCommandExecutingEventArgs : EventArgs
Constructors
UntrackableCommandExecutingEventArgs(String)
Declaration
public UntrackableCommandExecutingEventArgs(string description)
Parameters
System.String
description
|
Properties
Description
Declaration
public string Description { get; }
Property Value
System.String
|
Handled
Declaration
public bool Handled { get; set; }
Property Value
System.Boolean
|
ShouldContinue
Declaration
public bool ShouldContinue { get; set; }
Property Value
System.Boolean
|