GrapeCity MultiRow Windows Forms Documentation
EditingControlShowingEventArgs Constructor


The control shown to the user for editing the selected cell's value.
The cell style of the edited cell.
Initializes a new instance of the EditingControlShowingEventArgs class.
Syntax
Public Function New( _
   ByVal control As Control, _
   ByVal cellStyle As CellStyle _
)
Dim control As Control
Dim cellStyle As CellStyle
 
Dim instance As New EditingControlShowingEventArgs(control, cellStyle)
public EditingControlShowingEventArgs( 
   Control control,
   CellStyle cellStyle
)

Parameters

control
The control shown to the user for editing the selected cell's value.
cellStyle
The cell style of the edited cell.
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

EditingControlShowingEventArgs Class
EditingControlShowingEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.