Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Graphics Namespace / BackgroundSettings Class / RaisePropertyChangedEvent Method

In This Topic
    RaisePropertyChangedEvent Method (BackgroundSettings)
    In This Topic
    For internal use only.
    Syntax
    'Declaration
     
    Protected Sub RaisePropertyChangedEvent( _
       ByVal source As Object, _
       ByVal property As DependencyProperty _
    ) 
    protected void RaisePropertyChangedEvent( 
       object source,
       DependencyProperty property
    )

    Parameters

    source
    property
    See Also