IDesktopFeatureAccess.AfterInitializeOfCoreInterfacesEvent Event
Raised after the initialization of core interfaces.
Namespace: Microsoft.Crm.UnifiedServiceDesk.BaseControl
Assembly: Microsoft.Crm.UnifiedServiceDesk.BaseControl (in Microsoft.Crm.UnifiedServiceDesk.BaseControl.dll)
Usage
'Usage
Dim instance As IDesktopFeatureAccess
Dim handler As EventHandler(Of AfterInitializeOfCoreInterfacesEventArgs)
AddHandler instance.AfterInitializeOfCoreInterfacesEvent, handler
Syntax
'Declaration
Event AfterInitializeOfCoreInterfacesEvent As EventHandler(Of AfterInitializeOfCoreInterfacesEventArgs)
event EventHandler<AfterInitializeOfCoreInterfacesEventArgs> AfterInitializeOfCoreInterfacesEvent
event EventHandler<AfterInitializeOfCoreInterfacesEventArgs^>^ AfterInitializeOfCoreInterfacesEvent {
void add (EventHandler<AfterInitializeOfCoreInterfacesEventArgs^>^ value);
void remove (EventHandler<AfterInitializeOfCoreInterfacesEventArgs^>^ value);
}
/** @event */
void add_AfterInitializeOfCoreInterfacesEvent (EventHandler<AfterInitializeOfCoreInterfacesEventArgs> value)
/** @event */
void remove_AfterInitializeOfCoreInterfacesEvent (EventHandler<AfterInitializeOfCoreInterfacesEventArgs> value)
Platforms
See Also
Reference
IDesktopFeatureAccess Interface
IDesktopFeatureAccess Members
Microsoft.Crm.UnifiedServiceDesk.BaseControl Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.