Class
TaskPaneContent

Provides the class for TaskPaneContent.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public abstract class TaskPaneContent : ControlBase

Inheritance: objectControlBaseTaskPaneContent

Derived Classes: CommentsTaskPaneContent

Inherited Members ControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)

Constructors

TaskPaneContent()

Declaration

cs-api-definition
protected TaskPaneContent()

Fields

RadSpreadsheetProperty

The Dependency property RadSpreadsheetProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty RadSpreadsheetProperty

Field Value

DependencyProperty

Properties

RadSpreadsheet

Gets or sets the RadSpreadsheet.

Declaration

cs-api-definition
public RadSpreadsheet RadSpreadsheet { get; set; }

Property Value

RadSpreadsheet

The RadSpreadsheet of the SheetSelector.

Methods

OnActiveSheetChanged()

Called when active sheet is changed.

Declaration

cs-api-definition
protected virtual void OnActiveSheetChanged()

OnCommentsChanged(ShapeCollectionChangedEventArgs<SpreadsheetComment>)

Called when is changed.

Declaration

cs-api-definition
protected virtual void OnCommentsChanged(ShapeCollectionChangedEventArgs<SpreadsheetComment> e)

Parameters

e

ShapeCollectionChangedEventArgs<SpreadsheetComment>

The ShapeCollectionChangingEventArgs<> that contains the event data.

OnCommentsChanging(ShapeCollectionChangingEventArgs<SpreadsheetComment>)

Called when is changing.

Declaration

cs-api-definition
protected virtual void OnCommentsChanging(ShapeCollectionChangingEventArgs<SpreadsheetComment> e)

Parameters

e

ShapeCollectionChangingEventArgs<SpreadsheetComment>

The ShapeCollectionChangingEventArgs<> that contains the event data.

OnWorkbookChanged()

Called when workbook is changed.

Declaration

cs-api-definition
protected virtual void OnWorkbookChanged()