AfterInitializeOfCoreInterfacesEventArgs(GlobalInterfaces) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the AfterInitializeOfCoreInterfacesEventArgs class.
public:
AfterInitializeOfCoreInterfacesEventArgs(Microsoft::Uii::Desktop::Core::GlobalInterfaces ^ globalInterfaces);
public AfterInitializeOfCoreInterfacesEventArgs (Microsoft.Uii.Desktop.Core.GlobalInterfaces globalInterfaces);
new Microsoft.Crm.UnifiedServiceDesk.BaseControl.AfterInitializeOfCoreInterfacesEventArgs : Microsoft.Uii.Desktop.Core.GlobalInterfaces -> Microsoft.Crm.UnifiedServiceDesk.BaseControl.AfterInitializeOfCoreInterfacesEventArgs
Public Sub New (globalInterfaces As GlobalInterfaces)
Parameters
- globalInterfaces
- GlobalInterfaces
Specifies the global interfaces.