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.
Raised on default action
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As ApplicationHost
Dim handler As EventHandler(Of DataEventArgs(Of ApplicationProperties))
AddHandler instance.RequestDefaultAction, handler
Syntax
'Declaration
Public Event RequestDefaultAction As EventHandler(Of DataEventArgs(Of ApplicationProperties))
public event EventHandler<DataEventArgs<ApplicationProperties>> RequestDefaultAction
public:
event EventHandler<DataEventArgs<ApplicationProperties>^>^ RequestDefaultAction {
void add (EventHandler<DataEventArgs<ApplicationProperties>^>^ value);
void remove (EventHandler<DataEventArgs<ApplicationProperties>^>^ value);
}
/** @event */
public void add_RequestDefaultAction (EventHandler<DataEventArgs<ApplicationProperties>> value)
/** @event */
public void remove_RequestDefaultAction (EventHandler<DataEventArgs<ApplicationProperties>> value)
Platforms
See Also
Reference
ApplicationHost Class
ApplicationHost Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.