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


In This Topic
    RowHeightChangedEventArgs Class
    In This Topic
    Represents the event data for the RowHeightChanged event for the GcSpreadSheet component; occurs when the height of a row has changed.
    Object Model
    RowHeightChangedEventArgs Class
    Syntax
    'Declaration
     
    Public Class RowHeightChangedEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As RowHeightChangedEventArgs
    public class RowHeightChangedEventArgs : System.EventArgs 
    Inheritance Hierarchy

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

    See Also