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


In This Topic
    RowViewportHeightChangingEventArgs Class
    In This Topic
    Represents the event data for the RowViewportHeightChanging event for the GcSpreadSheet component, which occurs when the height of a viewport row is changing.
    Object Model
    RowViewportHeightChangingEventArgs Class
    Syntax
    'Declaration
     
    Public Class RowViewportHeightChangingEventArgs 
       Inherits System.ComponentModel.CancelEventArgs
    'Usage
     
    Dim instance As RowViewportHeightChangingEventArgs
    public class RowViewportHeightChangingEventArgs : System.ComponentModel.CancelEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.ComponentModel.CancelEventArgs
             GrapeCity.Windows.SpreadSheet.UI.RowViewportHeightChangingEventArgs

    See Also