CrmInitCompleteEventArgs Class
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.
Contains information that can be used after the CRM initialization is complete.
public ref class CrmInitCompleteEventArgs : EventArgs
public class CrmInitCompleteEventArgs : EventArgs
type CrmInitCompleteEventArgs = class
inherit EventArgs
Public Class CrmInitCompleteEventArgs
Inherits EventArgs
- Inheritance
-
CrmInitCompleteEventArgs
Constructors
CrmInitCompleteEventArgs() |
Initializes an instance of the CrmInitCompleteEventArgs class. |
CrmInitCompleteEventArgs(Boolean, CrmServiceClient) |
Initializes an instance of the CrmInitCompleteEventArgs class. |
Properties
CrmInterface |
Gets or sets the CRM instance. |
CrmReady |
Contains a Boolean value that specifies if the CRM interface is ready. |