Class TaskPaneContent
Provides the class for TaskPaneContent.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public abstract class TaskPaneContent : ControlBase
Constructors
TaskPaneContent()
Declaration
protected TaskPaneContent()
Fields
RadSpreadsheetProperty
The Dependency property RadSpreadsheetProperty.
Declaration
public static readonly DependencyProperty RadSpreadsheetProperty
Field Value
System.Windows.DependencyProperty
|
Properties
RadSpreadsheet
Gets or sets the RadSpreadsheet.
Declaration
public RadSpreadsheet RadSpreadsheet { get; set; }
Property Value
RadSpreadsheet
The RadSpreadsheet of the SheetSelector. |
Methods
OnActiveSheetChanged()
Called when active sheet is changed.
Declaration
protected virtual void OnActiveSheetChanged()
OnCommentsChanged(ShapeCollectionChangedEventArgs<SpreadsheetComment>)
Called when Telerik.Windows.Documents.Spreadsheet.Model.Comments.CommentCollection is changed.
Declaration
protected virtual void OnCommentsChanged(ShapeCollectionChangedEventArgs<SpreadsheetComment> e)
Parameters
Telerik.Windows.Documents.Spreadsheet.Model.Shapes.ShapeCollectionChangedEventArgs<Telerik.Windows.Documents.Spreadsheet.Model.Comments.SpreadsheetComment>
e
The Telerik.Windows.Documents.Spreadsheet.Model.Shapes.ShapeCollectionChangingEventArgs<> that contains the event data. |
OnCommentsChanging(ShapeCollectionChangingEventArgs<SpreadsheetComment>)
Called when Telerik.Windows.Documents.Spreadsheet.Model.Comments.CommentCollection is changing.
Declaration
protected virtual void OnCommentsChanging(ShapeCollectionChangingEventArgs<SpreadsheetComment> e)
Parameters
Telerik.Windows.Documents.Spreadsheet.Model.Shapes.ShapeCollectionChangingEventArgs<Telerik.Windows.Documents.Spreadsheet.Model.Comments.SpreadsheetComment>
e
The Telerik.Windows.Documents.Spreadsheet.Model.Shapes.ShapeCollectionChangingEventArgs<> that contains the event data. |
OnWorkbookChanged()
Called when workbook is changed.
Declaration
protected virtual void OnWorkbookChanged()