ExtensionWindow.ExtensionWindowCloseEventHandler Delegate

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

This is a delegate for the Close event in the ExtensionWindow object. After implementing a callback method for the event, use this delegate to connect the callback method to the event.

Namespace:  System.Activities.Design.View
Assembly:  System.Activities.Design (in System.Activities.Design.dll)

Syntax

'Declaration
Public Delegate Sub ExtensionWindowCloseEventHandler ( _
    sender As Object, _
    e As RoutedEventArgs _
)
'Usage
Dim instance As New ExtensionWindowCloseEventHandler(AddressOf HandlerMethod)
public delegate void ExtensionWindowCloseEventHandler(
    Object sender,
    RoutedEventArgs e
)
public delegate void ExtensionWindowCloseEventHandler(
    Object^ sender, 
    RoutedEventArgs^ e
)
JScript does not support delegates.
type ExtensionWindowCloseEventHandler = 
    delegate of 
        sender:Object * 
        e:RoutedEventArgs -> unit

Parameters

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

See Also

Reference

System.Activities.Design.View Namespace