Click or drag to resize

SortSpecificationsEventArgsT Constructor

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework.Specifications (in Enkoni.Framework.Specifications.dll) Version: 1.3.0.1
Syntax
public SortSpecificationsEventArgs(
	SortSpecifications<T> eventValue
)

Parameters

eventValue
Type: Enkoni.FrameworkSortSpecificationsT
The value that must be passed to the event handler.
See Also