Represents the content of the CommentsTaskPaneContent.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Controls
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class CommentsTaskPaneContent : TaskPaneContent, INotifyPropertyChanged
Inheritance: objectControlBaseTaskPaneContentCommentsTaskPaneContent
Implements:
Inherited Members
Constructors
Initializes a new instance of the CommentsTaskPaneContent class.
public CommentsTaskPaneContent()
Properties
Gets a value of the comment items.
public ObservableCollection<CommentControlViewModel> CommentItems { get; }
The value of the comment items.
Gets or sets the selected item.
public CommentControlViewModel SelectedItem { get; set; }
The selected item.
Methods
Called when active sheet is changed.
protected override void OnActiveSheetChanged()
Overrides:
When overridden in a derived class, is invoked whenever application code or internal processes call .
public override void OnApplyTemplate()
Called when is changed.
protected override void OnCommentsChanged(ShapeCollectionChangedEventArgs<SpreadsheetComment> e)
The ShapeCollectionChangingEventArgs<> that contains the event data.
Overrides:
Called when is changing.
protected override void OnCommentsChanging(ShapeCollectionChangingEventArgs<SpreadsheetComment> e)
The ShapeCollectionChangingEventArgs<> that contains the event data.
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
public void ResetTheme()
Events
Occurs when a property value changes.
public event PropertyChangedEventHandler PropertyChanged
Implements: