Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / WinTextBox Class / EndInit Method


    EndInit Method (WinTextBox)
    Signals the end of a batch modification process.
    Syntax
    'Declaration
     
    Public Overridable Sub EndInit() 
     
    'Usage
     
    Dim instance As WinTextBox
     
    instance.EndInit()
    Remarks

    All operations called after BeginInit will be performed once EndInit is called.

    When overriding EndInit in a derived class, the base implementation must be called.

    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