Nevron.UI.WinForm.Controls Namespace / NDataGridView Class / CancelRowEdit Event


In This Topic
    CancelRowEdit Event
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatAction")>
    <SRDescriptionAttribute("DataGridView_CancelRowEditDescr")>
    Public Event CancelRowEdit As System.Windows.Forms.QuestionEventHandler
    'Usage
     
    
    Dim instance As NDataGridView
    Dim handler As System.Windows.Forms.QuestionEventHandler
     
    AddHandler instance.CancelRowEdit, handler
    [SRCategory("CatAction")]
    [SRDescription("DataGridView_CancelRowEditDescr")]
    public event System.Windows.Forms.QuestionEventHandler CancelRowEdit
    Event Data

    The event handler receives an argument of type System.Windows.Forms.QuestionEventArgs containing data related to this event. The following QuestionEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets a value indicating the response to a question represented by the event.  
    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