GrapeCity.Xaml.SpreadSheet.UI
RangeSortingEventArgs Class
Members 


GrapeCity.Xaml.SpreadSheet.UI Namespace : RangeSortingEventArgs Class
Represents the event data for the RangeSorting event for the GcSpreadSheet component; occurs when columns are being automatically sorted.
Syntax
'Declaration
 
Public Class RangeSortingEventArgs 
   Inherits System.ComponentModel.CancelEventArgs
'Usage
 
Dim instance As RangeSortingEventArgs
public class RangeSortingEventArgs : System.ComponentModel.CancelEventArgs 
Inheritance Hierarchy

System.Object
   System.EventArgs
      System.ComponentModel.CancelEventArgs
         GrapeCity.Xaml.SpreadSheet.UI.RangeSortingEventArgs

See Also

Reference

RangeSortingEventArgs Members
GrapeCity.Xaml.SpreadSheet.UI Namespace