ClassRadSyntaxEditorBehavior
Class
Class RadSyntaxEditorBehavior. Implements the DependencyObject
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.UI.Interactivity
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
cs-api-definition
public abstract class RadSyntaxEditorBehavior : DependencyObject
Inheritance: objectRadSyntaxEditorBehavior
Constructors
RadSyntaxEditorBehavior()
Declaration
cs-api-definition
protected RadSyntaxEditorBehavior()
Fields
AssociatedEditorChanged
The associated editor changed.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1051:DoNotDeclareVisibleInstanceFields")]
[SuppressMessage("StyleCop.CSharp.MaintainabilityRules", "SA1401:FieldsMustBePrivate", Justification = "Reviewed.")]
public EventHandler AssociatedEditorChanged
Field Value
Properties
AssociatedEditor
Gets the associated editor.
Declaration
cs-api-definition
public RadSyntaxEditor AssociatedEditor { get; }
Property Value
The associated editor.
Methods
Attach(RadSyntaxEditor)
Attaches the specified editor.
Declaration
cs-api-definition
public void Attach(RadSyntaxEditor editor)
Parameters
editor
The editor.
Exceptions
Cannot host behavior multiple times.
OnAttached()
Called when [attached].
Declaration
cs-api-definition
protected virtual void OnAttached()
OnDetaching()
Called when [detaching].
Declaration
cs-api-definition
protected virtual void OnDetaching()