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


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

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

    See Also