TaskPaneContent
Class
Provides the class for TaskPaneContent.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Controls
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public abstract class TaskPaneContent : ControlBase
Inheritance: objectControlBaseTaskPaneContent
Derived Classes:
Inherited Members
Constructors
C#
protected TaskPaneContent()
Fields
RadSpreadsheetProperty
DependencyProperty
The Dependency property RadSpreadsheetProperty.
C#
public static readonly DependencyProperty RadSpreadsheetProperty
Properties
Gets or sets the RadSpreadsheet.
C#
public RadSpreadsheet RadSpreadsheet { get; set; }
The RadSpreadsheet of the SheetSelector.
Methods
Called when active sheet is changed.
C#
protected virtual void OnActiveSheetChanged()
Called when is changed.
C#
protected virtual void OnCommentsChanged(ShapeCollectionChangedEventArgs<SpreadsheetComment> e)
The ShapeCollectionChangingEventArgs<> that contains the event data.
Called when is changing.
C#
protected virtual void OnCommentsChanging(ShapeCollectionChangingEventArgs<SpreadsheetComment> e)
The ShapeCollectionChangingEventArgs<> that contains the event data.
Called when workbook is changed.
C#
protected virtual void OnWorkbookChanged()