ISpecificationTSortRulesUpdated Event | 
 Occurs when the sorting rules have changed.
 
    Namespace: 
   Enkoni.Framework
    Assembly:
   Enkoni.Framework.Specifications (in Enkoni.Framework.Specifications.dll) Version: 1.3.0.1
Syntaxevent EventHandler<SortSpecificationsEventArgs<T>> SortRulesUpdated
Event SortRulesUpdated As EventHandler(Of SortSpecificationsEventArgs(Of T))
 event EventHandler<SortSpecificationsEventArgs<T>^>^ SortRulesUpdated {
	void add (EventHandler<SortSpecificationsEventArgs<T>^>^ value);
	void remove (EventHandler<SortSpecificationsEventArgs<T>^>^ value);
}abstract SortRulesUpdated : IEvent<EventHandler<SortSpecificationsEventArgs<'T>>,
    SortSpecificationsEventArgs<'T>>
Value
Type: 
SystemEventHandlerSortSpecificationsEventArgsT
See Also