PropertyChange Event
Fires when the PutProperty method of the object changes the value of a property.
Syntax
Private Sub object_PropertyChange( _
ByVal sProperty As String)
Parameters
- object
- Object expression that resolves to the InternetExplorer object.
- sProperty
- A String that specifies the name of the property whose value has changed.
Error Codes
No return value.
Remarks
The WebBrowser object ignores this event.
Applies To
InternetExplorer
See Also
UUID?
The sProperty parameter always provide an UUID, how could we figure out what id means?
[tfl - 25 11 09] Hi - and thanks for your post. You should post questions like this to the MSDN Forums at http://forums.microsoft.com/msdn or the MSDN Newsgroups at http://www.microsoft.com/communities/newsgroups/en-us/. You are much more likely get a quicker response using the forums than through the Community Content. For specific help about:
Visual Studio : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.vstudio%2C&
SQL Server : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.sqlserver%2C&
.NET Framework : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.dotnet.framework
PowerShell : http://groups.google.com/group/microsoft.public.windows.powershell/topics?pli=1
All Public : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public%2C&
- 11/8/2009
- Nanalich
- 11/25/2009
- Thomas Lee