Input for WinForms | ComponentOne
C1.Win.Input.Validation Namespace / PlaceholderCollection Class / CheckItemBeforeAdding Method
The custom placeholder.

In This Topic
    CheckItemBeforeAdding Method
    In This Topic
    Checks validity of the placeholder
    Syntax
    'Declaration
     
    
    Public Sub CheckItemBeforeAdding( _
       ByVal placeHolder As CustomPlaceholder _
    ) 
    public void CheckItemBeforeAdding( 
       CustomPlaceholder placeHolder
    )

    Parameters

    placeHolder
    The custom placeholder.
    See Also