Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / EnteringEditEventArgs Class / EnteringEditEventArgs Constructor / EnteringEditEventArgs Constructor(CellEditorManager,Boolean)
The Xceed.Grid.Editors.CellEditorManager that will be used to edit the content of the cell.
true to cancel the event; false otherwise.


In This Topic
    EnteringEditEventArgs Constructor(CellEditorManager,Boolean)
    In This Topic
    Initializes a new instance of the EnteringEditEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal cellEditorManager As CellEditorManager, _
       ByVal cancel As Boolean _
    )
    'Usage
     
    Dim cellEditorManager As CellEditorManager
    Dim cancel As Boolean
     
    Dim instance As New EnteringEditEventArgs(cellEditorManager, cancel)
    public EnteringEditEventArgs( 
       CellEditorManager cellEditorManager,
       bool cancel
    )

    Parameters

    cellEditorManager
    The Xceed.Grid.Editors.CellEditorManager that will be used to edit the content of the cell.
    cancel
    true to cancel the event; false otherwise.
    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