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

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

    Parameters

    source
    property
    See Also