ComponentOne Basic Library for WPF and Silverlight
RaisePropertyChangedEvent Method (C1TabControlAutomationPeer)


C1.Silverlight Namespace > C1TabControlAutomationPeer Class : RaisePropertyChangedEvent Method
Syntax
'Declaration
 
<System.Security.SecuritySafeCriticalAttribute()>
Public Sub RaisePropertyChangedEvent( _
   ByVal property As System.Windows.Automation.AutomationProperty, _
   ByVal oldValue As System.Object, _
   ByVal newValue As System.Object _
) 
'Usage
 
Dim instance As C1TabControlAutomationPeer
Dim property As System.Windows.Automation.AutomationProperty
Dim oldValue As System.Object
Dim newValue As System.Object
 
instance.RaisePropertyChangedEvent(property, oldValue, newValue)
[System.Security.SecuritySafeCritical()]
public void RaisePropertyChangedEvent( 
   System.Windows.Automation.AutomationProperty property,
   System.object oldValue,
   System.object newValue
)

Parameters

property
oldValue
newValue
See Also

Reference

C1TabControlAutomationPeer Class
C1TabControlAutomationPeer Members