ClassSelectedLayoutBoxChangedEventArgs
Class
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
Constructors
SelectedLayoutBoxChangedEventArgs(LayoutBox)
Declaration
cs-api-definition
public SelectedLayoutBoxChangedEventArgs(LayoutBox layoutBox)
Parameters
layoutBox
Properties
SelectedLayoutBox
Represents the currently selected layout box in the document interface.