An NDoc Documented Class Library

SilverlightDocument Constructor (AutomationElement, ActionListener)

[Visual Basic]
Public Sub New( _ 
   ByVal automationElement As AutomationElement, _ 
   ByVal actionListener As ActionListener _ 
)
[C#]
public SilverlightDocument(
   AutomationElement automationElement,
   ActionListener actionListener
);
[C++]
public: SilverlightDocument(
   AutomationElement* automationElement,
   ActionListener* actionListener
);
[JScript]
public function SilverlightDocument(
   AutomationElement automationElement,
   ActionListener actionListener
);

See Also

SilverlightDocument Class | White.WebBrowser.Silverlight Namespace | SilverlightDocument Constructor Overload List