ComponentOne PdfViewer for WPF and Silverlight
C1.Silverlight.PdfViewer.5 Assembly / C1.Silverlight.PdfViewer Namespace / C1PdfViewer Class / RaisePropertyChanged Method
Name of the property which changed.

In This Topic
    RaisePropertyChanged Method (C1PdfViewer)
    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