Share via


CloseButtonClickHandler Delegate

Raised when the close button is clicked.

Namespace: Microsoft.Uii.Desktop.UI.Controls.ButtonNavigator
Assembly: Microsoft.Uii.Desktop.UI.Controls (in Microsoft.Uii.Desktop.UI.Controls.dll)

Usage

'Usage
Dim instance As New CloseButtonClickHandler(AddressOf HandlerMethod)

Syntax

'Declaration
Public Delegate Sub CloseButtonClickHandler ( _
    application As Object _
)
public delegate void CloseButtonClickHandler (
    Object application
)
public delegate void CloseButtonClickHandler (
    Object^ application
)
/** @delegate */
public delegate void CloseButtonClickHandler (
    Object application
)

Parameters

  • application
    Specifies the application.

Platforms

See Also

Reference

Microsoft.Uii.Desktop.UI.Controls.ButtonNavigator Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.