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