Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread 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 Spread component.
    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
             FarPoint.Win.Spread.RangeGroupStateChangingEventArgs

    See Also