次の方法で共有


CrmInitCompleteEventArgs Class

Definition

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.

Applies to