Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorksheet Interface / Changed Event
In This Topic
    Changed Event
    In This Topic
    Occurs when something changes in the cells.
    Syntax
    event System.EventHandler<RangeEventArgs> Changed
    Event Data

    The event handler receives an argument of type RangeEventArgs containing data related to this event. The following RangeEventArgs properties provide information specific to this event.

    PropertyDescription
    Represents the IRange of RangeEventArgs.  
    See Also