FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid.Automation Namespace / GridCellViewAutomationPeer Class / RaisePropertyChangedEvent Method

In This Topic
    RaisePropertyChangedEvent Method (GridCellViewAutomationPeer)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub RaisePropertyChangedEvent( _
       ByVal property As AutomationProperty, _
       ByVal oldValue As Object, _
       ByVal newValue As Object _
    ) 
    public void RaisePropertyChangedEvent( 
       AutomationProperty property,
       object oldValue,
       object newValue
    )

    Parameters

    property
    oldValue
    newValue
    See Also