SpecificationTHandleOrderByRulesUpdated Method  | 
 Handles the occurrence of a changed set of sorting rules.
 
    Namespace: 
   Enkoni.Framework
    Assembly:
   Enkoni.Framework.Specifications (in Enkoni.Framework.Specifications.dll) Version: 1.3.0.1
Syntaxprotected void HandleOrderByRulesUpdated(
	Object sender,
	SortSpecificationsEventArgs<T> args
)
Protected Sub HandleOrderByRulesUpdated ( 
	sender As Object,
	args As SortSpecificationsEventArgs(Of T)
)
protected:
void HandleOrderByRulesUpdated(
	Object^ sender, 
	SortSpecificationsEventArgs<T>^ args
)
member HandleOrderByRulesUpdated : 
        sender : Object * 
        args : SortSpecificationsEventArgs<'T> -> unit 
Parameters
- sender
 - Type: SystemObject
The object that raised the event. - args
 - Type: Enkoni.FrameworkSortSpecificationsEventArgsT
Some additional information regarding the event. 
See Also