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


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

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

    See Also