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


In This Topic
    SheetSelectionChangedEventArgs Class
    In This Topic
    Represents the event data for the Changed event of the worksheet selection.
    Object Model
    SheetSelectionChangedEventArgs Class
    Syntax
    'Declaration
     
    Public NotInheritable Class SheetSelectionChangedEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As SheetSelectionChangedEventArgs
    public sealed class SheetSelectionChangedEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          GrapeCity.Windows.SpreadSheet.Data.SheetSelectionChangedEventArgs

    See Also