Compartir a través de


WpfBrowser.Closing Event

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As WpfBrowser
Dim handler As ClosingEventHandler

AddHandler instance.Closing, handler

Syntax

'Declaration
Public Event Closing As ClosingEventHandler
public event ClosingEventHandler Closing
public:
event ClosingEventHandler^ Closing {
    void add (ClosingEventHandler^ value);
    void remove (ClosingEventHandler^ value);
}
/** @event */
public void add_Closing (ClosingEventHandler value)

/** @event */
public void remove_Closing (ClosingEventHandler value)

Platforms

See Also

Reference

WpfBrowser Class
WpfBrowser Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace

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