Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NDataGridTextControlColumnStyleBase Class / Commit Method


In This Topic
    Commit Method (NDataGridTextControlColumnStyleBase)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Function Commit( _
       ByVal DataSource As System.Windows.Forms.CurrencyManager, _
       ByVal RowNum As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NDataGridTextControlColumnStyleBase
    Dim DataSource As System.Windows.Forms.CurrencyManager
    Dim RowNum As System.Integer
    Dim value As System.Boolean
     
    value = instance.Commit(DataSource, RowNum)
    protected override System.bool Commit( 
       System.Windows.Forms.CurrencyManager DataSource,
       System.int RowNum
    )

    Parameters

    DataSource
    RowNum
    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