Class RadSyntaxEditorBehavior
Class RadSyntaxEditorBehavior.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.SyntaxEditor.UI.Interactivity
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public abstract class RadSyntaxEditorBehavior : RadObject, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
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 RadSyntaxEditorElement AssociatedEditor { get; }
Property Value
RadSyntaxEditorElement
The associated editor. |
Methods
Attach(RadSyntaxEditorElement)
Attaches the specified editor.
Declaration
public void Attach(RadSyntaxEditorElement editor)
Parameters
RadSyntaxEditorElement
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()