An NDoc Documented Class Library

SafeAutomationEventHandler.PropertyChange Method 

[Visual Basic]
Overridable Public Sub PropertyChange( _ 
   ByVal sender As Object, _ 
   ByVal e As AutomationPropertyChangedEventArgs _ 
)
[C#]
public virtual void PropertyChange(
   object sender,
   AutomationPropertyChangedEventArgs e
);
[C++]
public: virtual void PropertyChange(
   Object* sender,
   AutomationPropertyChangedEventArgs* e
);
[JScript]
public virtual function PropertyChange(
   Object sender,
   AutomationPropertyChangedEventArgs e
);

See Also

SafeAutomationEventHandler Class | White.Core.Recording Namespace