Class RadDockObject
Base class for all generic RadDock objects - such as Services, Settings, etc.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadDockObject : IDisposable, INotifyPropertyChanged, INotifyPropertyChangingEx
Constructors
RadDockObject()
Declaration
public RadDockObject()
Properties
Disposing
Declaration
public bool Disposing { get; }
Property Value
|
System.Boolean
|
Events
Declaration
protected EventHandlerList Events { get; }
Property Value
|
System.ComponentModel.EventHandlerList
|
IsDisposed
Declaration
public bool IsDisposed { get; }
Property Value
|
System.Boolean
|
Methods
Dispose()
Forces object clean-up and resource release.
Declaration
public void Dispose()
Implements
Dispose(Boolean)
Performs the actual dispose logic.
Declaration
protected void Dispose(bool managed)
Parameters
|
System.Boolean
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
|
System.String
propName
|
OnPropertyChanging(String)
Raises the PropertyChanging notification.
Declaration
protected virtual bool OnPropertyChanging(string propName)
Parameters
|
System.String
propName
|
Returns
|
System.Boolean
True to indicate that the change is accepted, false otherwise. |
ShouldSerializeProperty(String)
Determines whether the property with the specified name needs serialization.
Declaration
protected virtual bool ShouldSerializeProperty(string propName)
Parameters
|
System.String
propName
|
Returns
|
System.Boolean
|
Events
Disposed
Notifies that the object is disposed.
Declaration
public event EventHandler Disposed
Event Type
|
System.EventHandler
|
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
|
System.ComponentModel.PropertyChangedEventHandler
|
PropertyChanging
Declaration
public event PropertyChangingEventHandlerEx PropertyChanging
Event Type
|
PropertyChangingEventHandlerEx
|