バージョン

FormulaCircularityErrorEventArgs コンストラクタ

新しい FormulaCircularityErrorEventArgs を作成して、プロパティを指定された値に設定します。
シンタックス
'宣言
 
Public Function New( _
   ByVal context As Object, _
   ByVal errorDisplayText As String, _
   ByVal displayErrorMessage As Boolean _
)
public FormulaCircularityErrorEventArgs( 
   object context,
   string errorDisplayText,
   bool displayErrorMessage
)

パラメータ

context
新しい FormulaCircularityErrorEventArgsInfragistics.Win.CalcEngine.FormulaErrorEventArgsBase.Context プロパティを設定します。
errorDisplayText
新しい FormulaCircularityErrorEventArgsInfragistics.Win.CalcEngine.FormulaErrorEventArgsBase.ErrorDisplayText プロパティを設定します。
displayErrorMessage
新しい FormulaCircularityErrorEventArgsDisplayErrorMessage プロパティを設定します。
参照