Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Event handler for AccEventOccurred event.
Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)
Usage
'Usage
Dim instance As AccEventListener
Dim handler As EventHandler(Of AccEventArgs)
AddHandler instance.AccEventOccurred, handler
Syntax
'Declaration
Public Event AccEventOccurred As EventHandler(Of AccEventArgs)
public event EventHandler<AccEventArgs> AccEventOccurred
public:
event EventHandler<AccEventArgs^>^ AccEventOccurred {
void add (EventHandler<AccEventArgs^>^ value);
void remove (EventHandler<AccEventArgs^>^ value);
}
/** @event */
public void add_AccEventOccurred (EventHandler<AccEventArgs> value)
/** @event */
public void remove_AccEventOccurred (EventHandler<AccEventArgs> value)
Platforms
See Also
Reference
AccEventListener Class
AccEventListener Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.