Class RadSyntaxEditorBehavior
Class RadSyntaxEditorBehavior. Implements the System.Windows.DependencyObject
Inheritance
Namespace: Telerik.Windows.Controls.SyntaxEditor.UI.Interactivity
Assembly: Telerik.Windows.Controls.SyntaxEditor.dll
Syntax
public abstract class RadSyntaxEditorBehavior : DependencyObject
Constructors
RadSyntaxEditorBehavior()
Declaration
protected RadSyntaxEditorBehavior()
Fields
AssociatedEditorChanged
The associated editor changed.
Declaration
public EventHandler AssociatedEditorChanged
Field Value
System.EventHandler
|
Properties
AssociatedEditor
Gets the associated editor.
Declaration
public RadSyntaxEditor AssociatedEditor { get; }
Property Value
RadSyntaxEditor
The associated editor. |
Methods
Attach(RadSyntaxEditor)
Attaches the specified editor.
Declaration
public void Attach(RadSyntaxEditor editor)
Parameters
RadSyntaxEditor
editor
The editor. |
Exceptions
System.InvalidOperationException
Cannot host behavior multiple times. |
Detach()
Detaches this instance.
Declaration
public void Detach()
OnAttached()
Called when [attached].
Declaration
protected virtual void OnAttached()
OnDetaching()
Called when [detaching].
Declaration
protected virtual void OnDetaching()