Spread Windows Forms 18
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class


In This Topic
    SheetView Class Events
    In This Topic

    For a list of all members of this type, see SheetView members.

    Public Events
     NameDescription
    Public EventOccurs when a change is made to a cell or range of cells on this sheet that may require the cell or range of cells be repainted.  
    Public EventOccurs when a change is made to the sheet that may require the entire sheet to be repainted (as with DefaultStyle or AlternatingRows).  
    Public EventOccurs when a change is made to a column or range of columns that may require the column or range of columns be repainted.  
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventFires when the SheetView is being disposed.  
    Public EventOccurs when a note for the viewport area is created on the sheet.  
    Public EventOccurs when a note for the viewport area is moved on the sheet.  
    Public EventOccurs when a note for the viewport area is sized on the sheet.  
    Public EventOccurs when the user changes a property of the sheet.  
    Public EventOccurs when the reference style changes.  
    Public EventOccurs when a change is made to a row or range of rows on this sheet that may require the row or range of rows be repainted.  
    Public EventObsolete. Use NoteCreated instead. Occurs when a sticky note is created on the sheet.  
    Public EventObsolete. Use NoteMoved instead. Occurs when a sticky note is moved on the sheet.  
    Public EventObsolete. Use NoteSized instead. Occurs when a sticky note is sized on the sheet.  
    Top
    See Also