Class
SelectedLayoutBoxChangedEventArgs

Definition

Namespace:Telerik.WinForms.Documents.UI

Assembly:Telerik.WinControls.RichTextEditor.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

Declaration

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

Property Value

LayoutBox