SpecificationTSortRulesUpdated Event |
Occurs when the sort rules have been updated.
Namespace:
Enkoni.Framework
Assembly:
Enkoni.Framework.Specifications (in Enkoni.Framework.Specifications.dll) Version: 1.3.0.1
Syntaxpublic event EventHandler<SortSpecificationsEventArgs<T>> SortRulesUpdated
Public Event SortRulesUpdated As EventHandler(Of SortSpecificationsEventArgs(Of T))
public:
virtual 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>>
override SortRulesUpdated : IEvent<EventHandler<SortSpecificationsEventArgs<'T>>,
SortSpecificationsEventArgs<'T>>
Value
Type:
SystemEventHandlerSortSpecificationsEventArgsTImplements
ISpecificationTSortRulesUpdated
See Also