ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / UIStrings Class / OnCollectionChanged Method
The event data.

In This Topic
    OnCollectionChanged Method (UIStrings)
    In This Topic
    Fires the CollectionChanged event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnCollectionChanged( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnCollectionChanged( 
       EventArgs e
    )

    Parameters

    e
    The event data.
    See Also