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


In This Topic
    EndInit Method (MaskPatternField)
    In This Topic
    Indicates that the initialization process for the element is complete.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Sub EndInit() 
    'Usage
     
    Dim instance As MaskPatternField
     
    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