ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / PlaceholderCollection Class / CheckItemBeforeAdding Method

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

    Parameters

    cph
    See Also