DataCollection | ComponentOne
C1.DataCollection.AdoNet Assembly / C1.DataCollection.AdoNet Namespace / C1AdoNetVirtualDataCollection Class / OnPropertyChanged Method
Name of the property.

In This Topic
    OnPropertyChanged Method (C1AdoNetVirtualDataCollection)
    In This Topic
    Raises the PropertyChanged event.
    Syntax
    'Declaration
     
    Protected Sub OnPropertyChanged( _
       Optional ByVal propertyName As String _
    ) 
    protected void OnPropertyChanged( 
       string propertyName
    )

    Parameters

    propertyName
    Name of the property.
    See Also