Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / EditBase Class / EndInit Method


In This Topic
    EndInit Method (EditBase)
    In This Topic
    Invoked when the initialization process for the element ends.
    Syntax
    'Declaration
     
    Public Overrides Sub EndInit() 
    'Usage
     
    Dim instance As EditBase
     
    instance.EndInit()
    public override void EndInit()
    Exceptions
    ExceptionDescription
    System.Windows.FrameworkElement.EndInit was called without System.Windows.FrameworkElement.BeginInit having previously been called on the element.
    See Also