Search
Worksheet.CellsCleared Event
See Also
 






Raised when a range of cells has been cleared.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public event EventHandler CellsCleared

Visual Basic  Copy Code

Public Event CellsCleared As EventHandler

 Event Data

CellsCleared event handlers receive an argument of type EventArgs.

 See Also