PageAddedEventHandler Delegate

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Delegate Sub PageAddedEventHandler ( _
    sender As Object, _
    e As PageEventArgs _
)
public delegate void PageAddedEventHandler(
    Object sender,
    PageEventArgs e
)
public delegate void PageAddedEventHandler(
    Object^ sender, 
    PageEventArgs^ e
)
type PageAddedEventHandler = 
    delegate of  
        sender:Object * 
        e:PageEventArgs -> unit
JScript does not support delegates.

Parameters

See Also

Reference

Microsoft.TeamFoundation.Controls.WPF Namespace