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


In This Topic
    SelectionChangingEventArgs Class
    In This Topic
    Represents the event data for the SelectionChanging event for the GcSpreadSheet component; occurs when the user is selecting another range of cells.
    Object Model
    SelectionChangingEventArgs Class
    Syntax
    'Declaration
     
    Public Class SelectionChangingEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As SelectionChangingEventArgs
    public class SelectionChangingEventArgs : System.EventArgs 
    Inheritance Hierarchy

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

    See Also