ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1DateTimeSelector Class / RaisePropertyChanged Method
Name of the property that was changed.

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

    Parameters

    propertyName
    Name of the property that was changed.
    See Also