Class
SelectedLayoutBoxChangedEventArgs

Provides data for the SelectedLayoutBoxChanged event.

Definition

Namespace:Telerik.Windows.Documents.UI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class SelectedLayoutBoxChangedEventArgs : EventArgs

Inheritance: objectEventArgsSelectedLayoutBoxChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

SelectedLayoutBoxChangedEventArgs(LayoutBox)

Declaration

cs-api-definition
public SelectedLayoutBoxChangedEventArgs(LayoutBox layoutBox)

Parameters

layoutBox

LayoutBox

Properties

SelectedLayoutBox

Represents the currently selected layout box in the document interface.

Declaration

cs-api-definition
public LayoutBox SelectedLayoutBox { get; }

Property Value

LayoutBox