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


In This Topic
    RowsSwappedEventArgs Class
    In This Topic
    Represents the data for RowsSwapped event during sorting.
    Object Model
    RowsSwappedEventArgs Class
    Syntax
    'Declaration
     
    Public Class RowsSwappedEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As RowsSwappedEventArgs
    public class RowsSwappedEventArgs : System.EventArgs 
    Inheritance Hierarchy

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

    See Also