Visual Basic (Declaration) | |
---|---|
Public Sub RaisePropertyChangedEvent( _ ByVal property As AutomationProperty, _ ByVal oldValue As Object, _ ByVal newValue As Object _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ColorPickerAutomationPeer Dim property As AutomationProperty Dim oldValue As Object Dim newValue As Object instance.RaisePropertyChangedEvent(property, oldValue, newValue) |
C# | |
---|---|
public void RaisePropertyChangedEvent( AutomationProperty property, object oldValue, object newValue ) |
C++/CLI | |
---|---|
public: void RaisePropertyChangedEvent( AutomationProperty^ property, Object^ oldValue, Object^ newValue ) |
Parameters
- property
- oldValue
- newValue
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2