GrapeCity MultiRow Windows Forms Documentation
CellValueEventArgs Class
Members 


Provides data for the GcMultiRow.CellValueNeeded and GcMultiRow.CellValuePushed events of the GcMultiRow control.
Syntax
<FeatureAttribute(Name="VirtualMode", Version="v5.0")>
Public Class CellValueEventArgs 
   Inherits CellEventArgs
Dim instance As CellValueEventArgs
[Feature(Name="VirtualMode", Version="v5.0")]
public class CellValueEventArgs : CellEventArgs 
Remarks
Each time the GcMultiRow.CellValueNeeded event or GcMultiRow.CellValuePushed event is raised, the user can set the custom cell value to this class, and then the value will be the Cell's value.
Inheritance Hierarchy

System.Object
   System.EventArgs
      GrapeCity.Win.MultiRow.CellEventArgs
         GrapeCity.Win.MultiRow.CellValueEventArgs

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellValueEventArgs Members
GrapeCity.Win.MultiRow Namespace
CellValueNeeded Event
CellValuePushed Event

 

 


Copyright © GrapeCity, inc. All rights reserved.