Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1ListBox Class / RaisePropertyChanged Method
Name of the property which changed.

In This Topic
    RaisePropertyChanged Method (C1ListBox)
    In This Topic
    Raises the property changed event.
    Syntax
    'Declaration
     
    
    Protected Sub RaisePropertyChanged( _
       ByVal propertyName As String _
    ) 
    protected void RaisePropertyChanged( 
       string propertyName
    )

    Parameters

    propertyName
    Name of the property which changed.
    See Also