ClassTimeRenderingHelper
Class
Definition
Namespace:Telerik.Windows.Rendering
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
cs-api-definition
public class TimeRenderingHelper : ILogicalCanvasRenderingHelper, INotifyDataChanged, IDisposable
Inheritance: objectTimeRenderingHelper
Implements:
Constructors
TimeRenderingHelper(ITimeLineSettings)
Declaration
cs-api-definition
public TimeRenderingHelper(ITimeLineSettings timeLineSettings)
Parameters
timeLineSettings
Methods
Dispose()
Declaration
cs-api-definition
public void Dispose()
Implements
Dispose(bool)
Declaration
cs-api-definition
protected virtual void Dispose(bool disposing)
Parameters
disposing
OnDataChanged(EventArgs)
Declaration
cs-api-definition
protected virtual void OnDataChanged(EventArgs e)
Parameters
e
Events
DataChanged
Occurs when the data changes.
Declaration
cs-api-definition
public event EventHandler DataChanged
Event Value
Implements