ClassTaskPaneContent
Provides the class for TaskPaneContent.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Controls
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public abstract class TaskPaneContent : ControlBase
Inheritance: objectControlBaseTaskPaneContent
Derived Classes:
Inherited Members
Constructors
TaskPaneContent()
Declaration
protected TaskPaneContent()
Fields
RadSpreadsheetProperty
The Dependency property RadSpreadsheetProperty.
Declaration
public static readonly DependencyProperty RadSpreadsheetProperty
Field Value
DependencyProperty
Properties
RadSpreadsheet
Gets or sets the RadSpreadsheet.
Declaration
public RadSpreadsheet RadSpreadsheet { get; set; }
Property Value
The RadSpreadsheet of the SheetSelector.
Methods
OnActiveSheetChanged()
Called when active sheet is changed.
Declaration
protected virtual void OnActiveSheetChanged()
OnCommentsChanged(ShapeCollectionChangedEventArgs<SpreadsheetComment>)
Called when is changed.
Declaration
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
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
protected virtual void OnWorkbookChanged()