IUITestEventNotify.Notify Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
Sub Notify ( _
    source As IUITechnologyElement, _
    target As IUITechnologyElement, _
    eventType As UITestEventType, _
    eventArgs As Object _
)
void Notify(
    IUITechnologyElement source,
    IUITechnologyElement target,
    UITestEventType eventType,
    Object eventArgs
)
void Notify(
    IUITechnologyElement^ source, 
    IUITechnologyElement^ target, 
    UITestEventType eventType, 
    Object^ eventArgs
)
abstract Notify : 
        source:IUITechnologyElement * 
        target:IUITechnologyElement * 
        eventType:UITestEventType * 
        eventArgs:Object -> unit 
function Notify(
    source : IUITechnologyElement, 
    target : IUITechnologyElement, 
    eventType : UITestEventType, 
    eventArgs : Object
)

Parameters

.NET Framework Security

See Also

Reference

IUITestEventNotify Interface

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace

IUITechnologyElement

UITestEventType