Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / INotifySheetAxisModelChanging Interface / Changing Event


In This Topic
    Changing Event (INotifySheetAxisModelChanging)
    In This Topic
    Occurs before the axis model is changed.
    Syntax
    'Declaration
     
    
    Event Changing As SheetAxisModelChangingEventHandler
    'Usage
     
    
    Dim instance As INotifySheetAxisModelChanging
    Dim handler As SheetAxisModelChangingEventHandler
     
    AddHandler instance.Changing, handler
    Event Data

    The event handler receives an argument of type SheetAxisModelChangingEventArgs containing data related to this event. The following SheetAxisModelChangingEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the number of items being affected. (Inherited from FarPoint.Win.Spread.Model.SheetAxisModelEventArgs)
    Gets the current value of the Axis instance's Size property.  
    Gets the current value of the Axis instance's Visible property.  
    Gets the index where the event happens. (Inherited from FarPoint.Win.Spread.Model.SheetAxisModelEventArgs)
    Gets a value that indicates whether the row layout or column layout has changed.  
    Gets the current value of the Axis instance's Size property.  
    Gets the new value of the Axis instance's Visible property.  
    Gets the event type. (Inherited from FarPoint.Win.Spread.Model.SheetAxisModelEventArgs)
    See Also