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


In This Topic
    EditCellEventArgs Class
    In This Topic
    Represents the event data for the EditChange and EditEnd events for the GcSpreadSheet component.
    Object Model
    EditCellEventArgs Class
    Syntax
    'Declaration
     
    Public Class EditCellEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As EditCellEventArgs
    public class EditCellEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          GrapeCity.Windows.SpreadSheet.UI.EditCellEventArgs

    See Also