Click or drag to resize

ContextEventArgs Constructor

Initializes a new instance of the ContextEventArgs class

Namespace:  Mcc.Series.Ui.UserEvents
Assembly:  Mcc.Series.Ui (in Mcc.Series.Ui.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ContextEventArgs(
	string key,
	string text,
	Object[] args
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Mcc.Series.Ui.UserEvents.ContextEventArgs.#ctor(System.String,System.String,System.Object[])"]

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Mcc.Series.Ui.UserEvents.ContextEventArgs.#ctor(System.String,System.String,System.Object[])"]

args
Type: SystemObject

[Missing <param name="args"/> documentation for "M:Mcc.Series.Ui.UserEvents.ContextEventArgs.#ctor(System.String,System.String,System.Object[])"]

See Also