Class UntrackableCommandExecutingEventArgs
Inheritance
System.Object
System.EventArgs
UntrackableCommandExecutingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
|