Class SelectedLayoutBoxChangedEventArgs
Provides data for the SelectedLayoutBoxChanged event.
Inheritance
System.Object
SelectedLayoutBoxChangedEventArgs
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class SelectedLayoutBoxChangedEventArgs : EventArgs
Constructors
SelectedLayoutBoxChangedEventArgs(LayoutBox)
Declaration
public SelectedLayoutBoxChangedEventArgs(LayoutBox layoutBox)
Parameters
LayoutBox
layoutBox
|
Properties
SelectedLayoutBox
Represents the currently selected layout box in the document interface.
Declaration
public LayoutBox SelectedLayoutBox { get; }
Property Value
LayoutBox
|