Class RadSyntaxEditorBehavior.
Definition
Namespace:Telerik.WinForms.Controls.SyntaxEditor.UI.Interactivity
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
C#
public abstract class RadSyntaxEditorBehavior : RadObject, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectRadSyntaxEditorBehavior
Implements:
Inherited Members
Constructors
C#
protected RadSyntaxEditorBehavior()
Fields
The associated editor changed.
C#
public EventHandler AssociatedEditorChanged
Properties
Gets the associated editor.
C#
public RadSyntaxEditorElement AssociatedEditor { get; }
The associated editor.
Methods
Attaches the specified editor.
C#
public void Attach(RadSyntaxEditorElement editor)
The editor.
Exceptions:Cannot host behavior multiple times.
Detaches this instance.
C#
public void Detach()
Called when [attached].
C#
protected virtual void OnAttached()
Called when [detaching].
C#
protected virtual void OnDetaching()