Bagikan melalui


FormSelectedEventHandler Delegate

This delegate handles the Selected form event handler

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim instance As New FormSelectedEventHandler(AddressOf HandlerMethod)

Syntax

'Declaration
Public Delegate Sub FormSelectedEventHandler ( _
    app As IHostedAppUICommand, _
    args As EventArgs _
)
public delegate void FormSelectedEventHandler (
    IHostedAppUICommand app,
    EventArgs args
)
public delegate void FormSelectedEventHandler (
    IHostedAppUICommand^ app, 
    EventArgs^ args
)
/** @delegate */
public delegate void FormSelectedEventHandler (
    IHostedAppUICommand app, 
    EventArgs args
)

Platforms

See Also

Reference

Microsoft.Uii.Csr Namespace

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