Click or drag to resize

StiDragDropFromDictionaryEventArgs Constructor

Initializes a new instance of the StiDragDropFromDictionaryEventArgs class

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiDragDropFromDictionaryEventArgs(
	string text,
	string textLabel,
	bool cancel
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Stimulsoft.Report.StiDragDropFromDictionaryEventArgs.#ctor(System.String,System.String,System.Boolean)"]

textLabel
Type: SystemString

[Missing <param name="textLabel"/> documentation for "M:Stimulsoft.Report.StiDragDropFromDictionaryEventArgs.#ctor(System.String,System.String,System.Boolean)"]

cancel
Type: SystemBoolean

[Missing <param name="cancel"/> documentation for "M:Stimulsoft.Report.StiDragDropFromDictionaryEventArgs.#ctor(System.String,System.String,System.Boolean)"]

See Also