SortSpecificationsEventArgsT Constructor |
Namespace:
Enkoni.Framework
Assembly:
Enkoni.Framework.Specifications (in Enkoni.Framework.Specifications.dll) Version: 1.3.0.1
Syntaxpublic SortSpecificationsEventArgs(
SortSpecifications<T> eventValue
)
Public Sub New (
eventValue As SortSpecifications(Of T)
)
public:
SortSpecificationsEventArgs(
SortSpecifications<T>^ eventValue
)
new :
eventValue : SortSpecifications<'T> -> SortSpecificationsEventArgs
Parameters
- eventValue
- Type: Enkoni.FrameworkSortSpecificationsT
The value that must be passed to the event handler.
See Also