Spread Silverlight Documentation
RowViewportHeightChanged Event (SpreadView)


Occurs when the user has changed a viewport row height.
Syntax
'Declaration
 
Public Event RowViewportHeightChanged As System.EventHandler(Of RowViewportHeightChangedEventArgs)
'Usage
 
Dim instance As SpreadView
Dim handler As System.EventHandler(Of RowViewportHeightChangedEventArgs)
 
AddHandler instance.RowViewportHeightChanged, handler
public event System.EventHandler<RowViewportHeightChangedEventArgs> RowViewportHeightChanged
Event Data

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

PropertyDescription
DeltaViewportHeightGets the changed value of the viewport row height.  
ViewportIndexGets the index of the viewport row whose height has changed.  
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

SpreadView Class
SpreadView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.