RadDockObject
Class
Base class for all generic RadDock objects - such as Services, Settings, etc.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class RadDockObject : IDisposable, INotifyPropertyChanged, INotifyPropertyChangingEx
Inheritance: objectRadDockObject
Derived Classes:
Implements:
Constructors
C#
public RadDockObject()
Properties
C#
protected EventHandlerList Events { get; }
C#
[Browsable(false)]
public bool IsDisposed { get; }
Methods
Forces object clean-up and resource release.
C#
public void Dispose()
Implements:
Performs the actual dispose logic.
C#
protected void Dispose(bool managed)
True to notify that managed resources should also be disposed.
Disposes any managed resources associated with this object.
C#
protected virtual void DisposeManagedResources()
Disposes any unmanaged resources associated with this instance.
C#
protected virtual void DisposeUnmanagedResources()
Raises the PropertyChanged event.
Events
Notifies that the object is disposed.
C#
public event EventHandler Disposed
C#
public event PropertyChangedEventHandler PropertyChanged
Implements:
C#
public event PropertyChangingEventHandlerEx PropertyChanging
Implements: