Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / CellChangedEventArgs Class
Members


In This Topic
    CellChangedEventArgs Class
    In This Topic
    Represents the data for the CellChanged event.
    Object Model
    CellChangedEventArgs Class
    Syntax
    'Declaration
     
    Public Class CellChangedEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As CellChangedEventArgs
    public class CellChangedEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          GrapeCity.Windows.SpreadSheet.Data.CellChangedEventArgs
             GrapeCity.Windows.SpreadSheet.Data.SheetChangedEventArgs

    See Also