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


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

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

    See Also