ClassRadSyntaxEditorBehavior
Class
Class RadSyntaxEditorBehavior.
Definition
Namespace:Telerik.WinForms.Controls.SyntaxEditor.UI.Interactivity
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
cs-api-definition
public abstract class RadSyntaxEditorBehavior : RadObject, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectRadSyntaxEditorBehavior
Implements:
Inherited Members
Constructors
RadSyntaxEditorBehavior()
Declaration
cs-api-definition
protected RadSyntaxEditorBehavior()
Fields
AssociatedEditorChanged
The associated editor changed.
Properties
AssociatedEditor
Gets the associated editor.
Declaration
cs-api-definition
public RadSyntaxEditorElement AssociatedEditor { get; }
Property Value
The associated editor.
Methods
Attach(RadSyntaxEditorElement)
Attaches the specified editor.
Declaration
cs-api-definition
public void Attach(RadSyntaxEditorElement 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()