Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / CellEventArgs Class
Members


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

    System.Object
       System.EventArgs
          GrapeCity.Windows.SpreadSheet.UI.CellEventArgs
             GrapeCity.Windows.SpreadSheet.UI.CellTextRenderingEventArgs
             GrapeCity.Windows.SpreadSheet.UI.CellValueApplyingEventArgs

    See Also