ConnectStatusEventArgs Constructors
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.
Overloads
ConnectStatusEventArgs() | |
ConnectStatusEventArgs(Boolean) |
ConnectStatusEventArgs()
public:
ConnectStatusEventArgs();
public ConnectStatusEventArgs ();
Public Sub New ()
Applies to
ConnectStatusEventArgs(Boolean)
public:
ConnectStatusEventArgs(bool bConnected);
public ConnectStatusEventArgs (bool bConnected);
new Microsoft.Xrm.Tooling.CrmConnectControl.ConnectStatusEventArgs : bool -> Microsoft.Xrm.Tooling.CrmConnectControl.ConnectStatusEventArgs
Public Sub New (bConnected As Boolean)
Parameters
- bConnected
- Boolean