FarPoint.Win.Spread
SheetAxisModelChangingEventArgs Class Members
See Also  Properties 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace : SheetAxisModelChangingEventArgs Class


The following tables list the members exposed by SheetAxisModelChangingEventArgs.

Public Constructors

 NameDescription
Public ConstructorSheetAxisModelChangingEventArgs ConstructorOverloaded.  Creates a new Changing event arguments object for the axis model for the sheet.  
Top

Public Properties

 NameDescription
Public PropertyCount Gets the number of items being affected. (Inherited from SheetAxisModelEventArgs)
Public PropertyCurrentSize Gets the current value of Axis instance's Size property.  
Public PropertyCurrentVisible Gets the current value of Axis instance's Visible property.  
Public PropertyIndex Gets the index where the event happens. (Inherited from SheetAxisModelEventArgs)
Public PropertyLayoutChanged Gets a value indicating whether the row layout or column layout is changed.  
Public PropertyNewSize Gets the current value of Axis instance's Size property.  
Public PropertyNewVisible Gets the new value of Axis instance's Visible property.  
Public PropertyType Gets the event type. (Inherited from SheetAxisModelEventArgs)
Top

See Also