Class
UntrackableCommandExecutingEventArgs

Definition

Namespace:Telerik.WinForms.Documents.Model

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class UntrackableCommandExecutingEventArgs : EventArgs

Inheritance: objectEventArgsUntrackableCommandExecutingEventArgs

Inherited Members EventArgs.Empty

Constructors

UntrackableCommandExecutingEventArgs(string)

Declaration

cs-api-definition
public UntrackableCommandExecutingEventArgs(string description)

Parameters

description

string

Properties

Description

Declaration

cs-api-definition
public string Description { get; }

Property Value

string

Handled

Declaration

cs-api-definition
public bool Handled { get; set; }

Property Value

bool

ShouldContinue

Declaration

cs-api-definition
public bool ShouldContinue { get; set; }

Property Value

bool