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


In This Topic
    RangeGroupStateChangingEventArgs Class
    In This Topic
    Represents the event data for the RangeGroupStateChanging event for an outline (range group) of rows and columns in the GcSpreadSheet component.
    Object Model
    RangeGroupStateChangingEventArgs Class
    Syntax
    'Declaration
     
    Public Class RangeGroupStateChangingEventArgs 
       Inherits System.ComponentModel.CancelEventArgs
    'Usage
     
    Dim instance As RangeGroupStateChangingEventArgs
    public class RangeGroupStateChangingEventArgs : System.ComponentModel.CancelEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.ComponentModel.CancelEventArgs
             GrapeCity.Windows.SpreadSheet.UI.RangeGroupStateChangingEventArgs

    See Also