Click or drag to resize
WhereEventArgs Constructor (ListString, XWhere)
Initializes a new instance of the WhereEventArgs class

Namespace:  Biolomics.BioCallback
Assembly:  Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public WhereEventArgs(
	List<string> p_LastErrorMessage,
	ref XWhere p_Where
)

Parameters

p_LastErrorMessage
Type: System.Collections.GenericListString

[Missing <param name="p_LastErrorMessage"/> documentation for "M:Biolomics.BioCallback.WhereEventArgs.#ctor(System.Collections.Generic.List{System.String},Biolomics.SharedClasses.XWhere@)"]

p_Where
Type: Biolomics.SharedClassesXWhere

[Missing <param name="p_Where"/> documentation for "M:Biolomics.BioCallback.WhereEventArgs.#ctor(System.Collections.Generic.List{System.String},Biolomics.SharedClasses.XWhere@)"]

See Also